3v4l.org

run code in 500+ PHP versions simultaneously
<?php $val = 'someprefix3333'; if($val > 0){ echo $val . ' is greater than 0'; } else { echo $val . ' is NOT greater than 0'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lsJkL
function name:  (null)
number of ops:  9
compiled vars:  !0 = $val
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'someprefix3333'
    5     1        IS_SMALLER                                                   0, !0
          2      > JMPZ                                                         ~2, ->6
    6     3    >   CONCAT                                               ~3      !0, '+is+greater+than+0'
          4        ECHO                                                         ~3
    5     5      > JMP                                                          ->8
    9     6    >   CONCAT                                               ~4      !0, '+is+NOT+greater+than+0'
          7        ECHO                                                         ~4
   10     8    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.9 ms | 1521 KiB | 8 Q