3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); var_dump(isset($a['k1']['k2']['k3']['k4']['k5']['k6']['k7']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/E6nXI
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'var_dump'
          4        FETCH_DIM_IS                                     ~2      !0, 'k1'
          5        FETCH_DIM_IS                                     ~3      ~2, 'k2'
          6        FETCH_DIM_IS                                     ~4      ~3, 'k3'
          7        FETCH_DIM_IS                                     ~5      ~4, 'k4'
          8        FETCH_DIM_IS                                     ~6      ~5, 'k5'
          9        FETCH_DIM_IS                                     ~7      ~6, 'k6'
         10        ISSET_ISEMPTY_DIM_OBJ                         0  ~8      ~7, 'k7'
         11        SEND_VAL                                                 ~8
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.07 ms | 1394 KiB | 17 Q