3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(((int)$version[0] >= 5 && (int)$version[1] >= 2 && (int)$version[1] >= 17)){ echo "Doing stuff"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 4, Position 2 = 8
Branch analysis from position: 4
2 jumps found. (Code = 46) Position 1 = 9, Position 2 = 13
Branch analysis from position: 9
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 15
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 13
Branch analysis from position: 8
filename:       /in/7B7ig
function name:  (null)
number of ops:  16
compiled vars:  !0 = $version
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_R                                      ~1      !0, 0
          1        CAST                                          4  ~2      ~1
          2        IS_SMALLER_OR_EQUAL                              ~3      5, ~2
          3      > JMPZ_EX                                          ~3      ~3, ->8
          4    >   FETCH_DIM_R                                      ~4      !0, 1
          5        CAST                                          4  ~5      ~4
          6        IS_SMALLER_OR_EQUAL                              ~6      2, ~5
          7        BOOL                                             ~3      ~6
          8    > > JMPZ_EX                                          ~3      ~3, ->13
          9    >   FETCH_DIM_R                                      ~7      !0, 1
         10        CAST                                          4  ~8      ~7
         11        IS_SMALLER_OR_EQUAL                              ~9      17, ~8
         12        BOOL                                             ~3      ~9
         13    > > JMPZ                                                     ~3, ->15
    3    14    >   ECHO                                                     'Doing+stuff'
    4    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.12 ms | 1394 KiB | 13 Q