3v4l.org

run code in 300+ PHP versions simultaneously
<?php const A = ["a", "aa", "aaa"]; const B = ["b", "bb"]; const C = ["c"]; const D = ["ree", "reeeee", ...B, ...C]; print_r(D);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eu40J
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'A', <array>
    4     1        DECLARE_CONST                                            'B', <array>
    5     2        DECLARE_CONST                                            'C', <array>
    7     3        DECLARE_CONST                                            'D', <const ast>
    9     4        INIT_FCALL                                               'print_r'
          5        FETCH_CONSTANT                                   ~0      'D'
          6        SEND_VAL                                                 ~0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.6 ms | 1424 KiB | 14 Q