3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.04 ms | 1397 KiB | 13 Q