3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data['ja'] = 0; if (is_array($data) && isset($data['ja'])) { die('REACHED!'); } echo $data['ja'];
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
filename:       /in/XrT56
function name:  (null)
number of ops:  11
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'ja'
          1        OP_DATA                                                  0
    4     2        TYPE_CHECK                                  128  ~2      !0
          3      > JMPZ_EX                                          ~2      ~2, ->6
          4    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~3      !0, 'ja'
          5        BOOL                                             ~2      ~3
          6    > > JMPZ                                                     ~2, ->8
    5     7    > > EXIT                                                     'REACHED%21'
    7     8    >   FETCH_DIM_R                                      ~4      !0, 'ja'
          9        ECHO                                                     ~4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.81 ms | 1393 KiB | 13 Q