3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array( "biz_profile_id" => $biz_profile_id, "relationship_id" => $relationship_id ); $merge_array = array( 'start_time' => 123 ); var_dump(array_merge((array)$beginning, (array)$end));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/chQOk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $params, !1 = $biz_profile_id, !2 = $relationship_id, !3 = $merge_array, !4 = $beginning, !5 = $end
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_ARRAY                                       ~6      !1, 'biz_profile_id'
    5     1        ADD_ARRAY_ELEMENT                                ~6      !2, 'relationship_id'
    3     2        ASSIGN                                                   !0, ~6
    8     3        ASSIGN                                                   !3, <array>
   12     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'array_merge'
          6        CAST                                          7  ~9      !4
          7        SEND_VAL                                                 ~9
          8        CAST                                          7  ~10     !5
          9        SEND_VAL                                                 ~10
         10        DO_ICALL                                         $11     
         11        SEND_VAR                                                 $11
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.26 ms | 1394 KiB | 17 Q