3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.08 ms | 1394 KiB | 15 Q