JMPNZ

PHP code

  1. <?php
  2. /*
  3. * Jump to the address if the value is not zero
  4. * opcode number: 44
  5. */
  6. for($i=0; $i<3; $i++){
  7. echo "hi";
  8. }
  9. ?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$i

line#op fetchextreturn operands
60 ASSIGN     !0,0
 1 IS_SMALLER   ~1 !0,3
 2 JMPZNZ  6  ~1,->8
 3 POST_INC   ~2 !0
 4 FREE     ~2
 5 JMP     ->1
76 ECHO     'hi'
87 JMP     ->3
98 RETURN     1
LoadingChargement en cours