3v4l.org

run code in 300+ PHP versions simultaneously
<?php $alerts_array = [ [ "CustomAlertsID" => 3, "CustomAlerts_Name" => "title demo", "CustomAlerts_PublishDate" => "2016-07-03", "CustomAlerts_ExpiryDate" => "2016-07-21" ] ]; $singlebtn_array = [ "button_text0" => "Button Name1only", "button_text1" => "button name2", "button_text2" => "button name3_new" ]; var_dump($alerts_array = array_merge($alerts_array,$singlebtn_array));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/176Ld
function name:  (null)
number of ops:  11
compiled vars:  !0 = $alerts_array, !1 = $singlebtn_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   11     1        ASSIGN                                                   !1, <array>
   17     2        INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'array_merge'
          4        SEND_VAR                                                 !0
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $4      
          7        ASSIGN                                           ~5      !0, $4
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.5 ms | 997 KiB | 15 Q