3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.26 ms | 1393 KiB | 13 Q