3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); $myarray['lol']['rofl']['foo'] = 10; var_dump($myarray);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W2sP0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $myarray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -1
          2        DO_ICALL                                                 
    4     3        FETCH_DIM_W                                      $2      !0, 'lol'
          4        FETCH_DIM_W                                      $3      $2, 'rofl'
          5        ASSIGN_DIM                                               $3, 'foo'
          6        OP_DATA                                                  10
    5     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.21 ms | 1394 KiB | 17 Q