3v4l.org

run code in 300+ PHP versions simultaneously
<?php $top=7; $orphans =1; if($top + $orphans >= 8) { echo $top + $this->orphans; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/XWgZ2
function name:  (null)
number of ops:  10
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, ->9
    6     5    >   FETCH_THIS                                       $6      
          6        FETCH_OBJ_R                                      ~7      $6, 'orphans'
          7        ADD                                              ~8      !0, ~7
          8        ECHO                                                     ~8
    7     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.39 ms | 1384 KiB | 13 Q