3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.49 ms | 1394 KiB | 15 Q