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:
Peter Cowburn 2014-03-24 20:52:27 +00:00
parent 80518820ce
commit 821556ff96

View file

@ -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++){