3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array['a'] = '42'; $array['a']['b'] = 'val';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VpWoM
function name:  (null)
number of ops:  6
compiled vars:  !0 = $array
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                                   !0, 'a'
          1        OP_DATA                                                      '42'
    4     2        FETCH_DIM_W                                          $2      !0, 'a'
          3        ASSIGN_DIM                                                   $2, 'b'
          4        OP_DATA                                                      'val'
          5      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
229.8 ms | 1458 KiB | 8 Q