3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c[] = 'Hello'; $a = ["You","are","here"]; $b[] = 'Hello'; $a = array_merge($a, $b); print_r($a); print_r($b); print_r($c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ega0r
function name:  (null)
number of ops:  20
compiled vars:  !0 = $c, !1 = $a, !2 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0
          1        OP_DATA                                                  'Hello'
    5     2        ASSIGN                                                   !1, <array>
    6     3        ASSIGN_DIM                                               !2
          4        OP_DATA                                                  'Hello'
    7     5        INIT_FCALL                                               'array_merge'
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !2
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !1, $6
    8    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
    9    13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                                 
   10    16        INIT_FCALL                                               'print_r'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.08 ms | 1394 KiB | 17 Q