3v4l.org

run code in 300+ PHP versions simultaneously
<? $datediff = 4; $_GET[fac] = 126; if($datediff >= 3 & $_GET['fac'] != 126 && $_GET['fac'] != 127 ) { echo"hi"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 11, Position 2 = 15
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 17
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
Branch analysis from position: 15
filename:       /in/OBmVV
function name:  (null)
number of ops:  18
compiled vars:  !0 = $datediff
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 4
    3     1        FETCH_CONSTANT                                   ~3      'fac'
          2        FETCH_W                      global              $2      '_GET'
          3        ASSIGN_DIM                                               $2, ~3
          4        OP_DATA                                                  126
    4     5        IS_SMALLER_OR_EQUAL                              ~5      3, !0
          6        FETCH_R                      global              ~6      '_GET'
          7        FETCH_DIM_R                                      ~7      ~6, 'fac'
          8        IS_NOT_EQUAL                                     ~8      ~7, 126
          9        BW_AND                                           ~9      ~5, ~8
         10      > JMPZ_EX                                          ~9      ~9, ->15
         11    >   FETCH_R                      global              ~10     '_GET'
         12        FETCH_DIM_R                                      ~11     ~10, 'fac'
         13        IS_NOT_EQUAL                                     ~12     ~11, 127
         14        BOOL                                             ~9      ~12
         15    > > JMPZ                                                     ~9, ->17
    6    16    >   ECHO                                                     'hi'
    9    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.53 ms | 1398 KiB | 13 Q