3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr[123][] = 'first'; $arr[256][] = 'sec'; $arr[123][] = 'third'; $arr[555][] = 'four'; $arr[256][] = 'five'; var_dump($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8I7G5
function name:  (null)
number of ops:  19
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_W                                      $1      !0, 123
          1        ASSIGN_DIM                                               $1
          2        OP_DATA                                                  'first'
    3     3        FETCH_DIM_W                                      $3      !0, 256
          4        ASSIGN_DIM                                               $3
          5        OP_DATA                                                  'sec'
    4     6        FETCH_DIM_W                                      $5      !0, 123
          7        ASSIGN_DIM                                               $5
          8        OP_DATA                                                  'third'
    5     9        FETCH_DIM_W                                      $7      !0, 555
         10        ASSIGN_DIM                                               $7
         11        OP_DATA                                                  'four'
    6    12        FETCH_DIM_W                                      $9      !0, 256
         13        ASSIGN_DIM                                               $9
         14        OP_DATA                                                  'five'
    8    15        INIT_FCALL                                               'var_dump'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.85 ms | 1394 KiB | 15 Q