mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Documented the behaviour of the opcode (jump this way if the test fails, that way if it succeeds).
Reverse-engineering shouldn't be necessary.... -- Provided by anonymous 40766 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333099 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
80518820ce
commit
821556ff96
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
/*
|
||||
* Jump to the address if the value is .. ???
|
||||
* Jump to the address given in the operands if the value is zero;
|
||||
* jump to the address given in extended data if nonzero.
|
||||
* opcode number: 45
|
||||
*/
|
||||
for($i=0; $i<3; $i++){
|
||||
|
|
Loading…
Reference in a new issue