3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.11 ms | 1394 KiB | 15 Q