3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.73 ms | 1394 KiB | 15 Q