3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test['test']['nein'] = 'ja'; if (isset($test['test']['ja'])) { echo 'geht'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/kYGDs
function name:  (null)
number of ops:  8
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_W                                      $1      !0, 'test'
          1        ASSIGN_DIM                                               $1, 'nein'
          2        OP_DATA                                                  'ja'
    5     3        FETCH_DIM_IS                                     ~3      !0, 'test'
          4        ISSET_ISEMPTY_DIM_OBJ                         0          ~3, 'ja'
          5      > JMPZ                                                     ~4, ->7
    6     6    >   ECHO                                                     'geht'
    7     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.94 ms | 1392 KiB | 13 Q