3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = array('a' => array('b' => array('c' => array('d' => array('e' => bool))))); var_dump($foo['a']['b']['c']['d']['e']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uoaWE
function name:  (null)
number of ops:  16
compiled vars:  !0 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_CONSTANT                                   ~1      'bool'
          1        INIT_ARRAY                                       ~2      ~1, 'e'
          2        INIT_ARRAY                                       ~3      ~2, 'd'
          3        INIT_ARRAY                                       ~4      ~3, 'c'
          4        INIT_ARRAY                                       ~5      ~4, 'b'
          5        INIT_ARRAY                                       ~6      ~5, 'a'
          6        ASSIGN                                                   !0, ~6
    5     7        INIT_FCALL                                               'var_dump'
          8        FETCH_DIM_R                                      ~8      !0, 'a'
          9        FETCH_DIM_R                                      ~9      ~8, 'b'
         10        FETCH_DIM_R                                      ~10     ~9, 'c'
         11        FETCH_DIM_R                                      ~11     ~10, 'd'
         12        FETCH_DIM_R                                      ~12     ~11, 'e'
         13        SEND_VAL                                                 ~12
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.23 ms | 1385 KiB | 15 Q