3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data_max = 3; $img_count = 1; if (!$data_max || intval($data_max) > $img_count) { echo a; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 7
filename:       /in/vkT9d
function name:  (null)
number of ops:  11
compiled vars:  !0 = $data_max, !1 = $img_count
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 3
    4     1        ASSIGN                                                   !1, 1
    5     2        BOOL_NOT                                         ~4      !0
          3      > JMPNZ_EX                                         ~4      ~4, ->7
          4    >   CAST                                          4  ~5      !0
          5        IS_SMALLER                                       ~6      !1, ~5
          6        BOOL                                             ~4      ~6
          7    > > JMPZ                                                     ~4, ->10
    6     8    >   FETCH_CONSTANT                                   ~7      'a'
          9        ECHO                                                     ~7
    7    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
254.44 ms | 1393 KiB | 14 Q