3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 4; if (isset ( $x ) && 0 < $x && (4 <= $x || $x == 6)) { var_dump($x); } var_dump(false);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
2 jumps found. (Code = 46) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 10
Branch analysis from position: 11
Branch analysis from position: 5
filename:       /in/haFDh
function name:  (null)
number of ops:  19
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 4
    3     1        ISSET_ISEMPTY_CV                                 ~2      !0
          2      > JMPZ_EX                                          ~2      ~2, ->5
          3    >   IS_SMALLER                                       ~3      0, !0
          4        BOOL                                             ~2      ~3
          5    > > JMPZ_EX                                          ~2      ~2, ->11
          6    >   IS_SMALLER_OR_EQUAL                              ~4      4, !0
          7      > JMPNZ_EX                                         ~4      ~4, ->10
          8    >   IS_EQUAL                                         ~5      !0, 6
          9        BOOL                                             ~4      ~5
         10    >   BOOL                                             ~2      ~4
         11    > > JMPZ                                                     ~2, ->15
    4    12    >   INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
    7    15    >   INIT_FCALL                                               'var_dump'
         16        SEND_VAL                                                 <false>
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.64 ms | 1395 KiB | 15 Q