3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.25 ms | 1394 KiB | 17 Q