3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array(); $x[] = 123; $x[] = 321; $x[] = 456; $x[] = 987; $x[] = 123; $x[] = 148; $x[] = 528; $x[] = 239; var_dump($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TscXc
function name:  (null)
number of ops:  21
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0
          2        OP_DATA                                                  123
    4     3        ASSIGN_DIM                                               !0
          4        OP_DATA                                                  321
    5     5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  456
    6     7        ASSIGN_DIM                                               !0
          8        OP_DATA                                                  987
    7     9        ASSIGN_DIM                                               !0
         10        OP_DATA                                                  123
    8    11        ASSIGN_DIM                                               !0
         12        OP_DATA                                                  148
    9    13        ASSIGN_DIM                                               !0
         14        OP_DATA                                                  528
   10    15        ASSIGN_DIM                                               !0
         16        OP_DATA                                                  239
   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:
175.85 ms | 1395 KiB | 15 Q