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 = 47) Position 1 = 5, Position 2 = 8
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 10
Branch analysis from position: 9
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/RM59Q
function name:  (null)
number of ops:  13
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        BOOL_NOT                                         ~3      ~2
          4      > JMPNZ_EX                                         ~3      ~3, ->8
          5    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~4      !0, 'ja'
          6        BOOL_NOT                                         ~5      ~4
          7        BOOL                                             ~3      ~5
          8    > > JMPZ                                                     ~3, ->10
    5     9    > > EXIT                                                     'REACHED%21'
    7    10    >   FETCH_DIM_R                                      ~6      !0, 'ja'
         11        ECHO                                                     ~6
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.01 ms | 1393 KiB | 13 Q