3v4l.org

run code in 300+ PHP versions simultaneously
<?php $new_array=array(); $arr1=array("1","5","4","3"); $new_array=array_merge($new_array,$arr1); $arr2=array("2","6","3"); $new_array=array_merge($new_array,$arr2); echo "<pre>";print_r($new_array);exit;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/GtPY9
function name:  (null)
number of ops:  19
compiled vars:  !0 = $new_array, !1 = $arr1, !2 = $arr2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    6     2        INIT_FCALL                                               'array_merge'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !0, $5
    8     7        ASSIGN                                                   !2, <array>
   10     8        INIT_FCALL                                               'array_merge'
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                         $8      
         12        ASSIGN                                                   !0, $8
   12    13        ECHO                                                     '%3Cpre%3E'
         14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > EXIT                                                     
         18*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153 ms | 1394 KiB | 17 Q