3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $arr["Intercambio"]["0"]["A"] = "AA"; $arr["Intercambio"]["0"]["B"] = "BB"; $arr["Intercambio"]["0"]["C"] = "CC"; $arr["Intercambio"]["0"]["D"] = "DD"; var_dump($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7uBha
function name:  (null)
number of ops:  21
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        FETCH_DIM_W                                      $2      !0, 'Intercambio'
          2        FETCH_DIM_W                                      $3      $2, 0
          3        ASSIGN_DIM                                               $3, 'A'
          4        OP_DATA                                                  'AA'
    6     5        FETCH_DIM_W                                      $5      !0, 'Intercambio'
          6        FETCH_DIM_W                                      $6      $5, 0
          7        ASSIGN_DIM                                               $6, 'B'
          8        OP_DATA                                                  'BB'
    7     9        FETCH_DIM_W                                      $8      !0, 'Intercambio'
         10        FETCH_DIM_W                                      $9      $8, 0
         11        ASSIGN_DIM                                               $9, 'C'
         12        OP_DATA                                                  'CC'
    8    13        FETCH_DIM_W                                      $11     !0, 'Intercambio'
         14        FETCH_DIM_W                                      $12     $11, 0
         15        ASSIGN_DIM                                               $12, 'D'
         16        OP_DATA                                                  'DD'
   11    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.42 ms | 1399 KiB | 15 Q