3v4l.org

run code in 300+ PHP versions simultaneously
<? $x = 107; $y = 51; $xy = 350 ; $yh = 181; if ($x == 100 || $y == 80|| $xy == 300 || $yh == 180) { echo "Hello world!"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
2 jumps found. (Code = 47) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
2 jumps found. (Code = 47) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 16
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
Branch analysis from position: 14
Branch analysis from position: 11
Branch analysis from position: 8
filename:       /in/Ptt3b
function name:  (null)
number of ops:  17
compiled vars:  !0 = $x, !1 = $y, !2 = $xy, !3 = $yh
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 107
    4     1        ASSIGN                                                   !1, 51
    5     2        ASSIGN                                                   !2, 350
    6     3        ASSIGN                                                   !3, 181
    8     4        IS_EQUAL                                         ~8      !0, 100
          5      > JMPNZ_EX                                         ~8      ~8, ->8
          6    >   IS_EQUAL                                         ~9      !1, 80
          7        BOOL                                             ~8      ~9
          8    > > JMPNZ_EX                                         ~8      ~8, ->11
          9    >   IS_EQUAL                                         ~10     !2, 300
         10        BOOL                                             ~8      ~10
         11    > > JMPNZ_EX                                         ~8      ~8, ->14
         12    >   IS_EQUAL                                         ~11     !3, 180
         13        BOOL                                             ~8      ~11
         14    > > JMPZ                                                     ~8, ->16
    9    15    >   ECHO                                                     'Hello+world%21'
   11    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.83 ms | 1393 KiB | 13 Q