3v4l.org

run code in 300+ PHP versions simultaneously
<?php $blah = 234432; if ($blah != 23) $blah2 = 4334; echo $blah2;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 4
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
filename:       /in/cm9jA
function name:  (null)
number of ops:  6
compiled vars:  !0 = $blah, !1 = $blah2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 234432
    5     1        IS_NOT_EQUAL                                             !0, 23
          2      > JMPZ                                                     ~3, ->4
          3    >   ASSIGN                                                   !1, 4334
    7     4    >   ECHO                                                     !1
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.76 ms | 1383 KiB | 13 Q