3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = new ArrayObject(); $data['key'] = 'value'; $data['key']['array']['c']['b'] = 'value'; var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k5DWL
function name:  (null)
number of ops:  14
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'ArrayObject'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
    5     3        ASSIGN_DIM                                               !0, 'key'
          4        OP_DATA                                                  'value'
    6     5        FETCH_DIM_W                                      $5      !0, 'key'
          6        FETCH_DIM_W                                      $6      $5, 'array'
          7        FETCH_DIM_W                                      $7      $6, 'c'
          8        ASSIGN_DIM                                               $7, 'b'
          9        OP_DATA                                                  'value'
    8    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.54 ms | 1398 KiB | 15 Q