3v4l.org

run code in 500+ PHP versions simultaneously
<?php $arr = Array ( Array ( "StorePartyId" => 10462791, "StoreId" => 4, "PartyName" => "AMAR MEDICO", "PartyCode" => 6840, ), Array ( "StorePartyId" => 10463839, "StoreId" => 4, "PartyName" => "NEW SAVE MEDICINE SHOPEE", "PartyCode" => 8236 ) ); $arr2 = Array ( Array ( "PartyName" => "AMAR MEDICO_updated" ), Array ( "PartyName" => "NEW SAVE MEDICINE SHOPEE_updated" ) ); var_dump(array_replace_recursive($arr,$arr2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fjTlq
function name:  (null)
number of ops:  10
compiled vars:  !0 = $arr, !1 = $arr2
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   22     1        ASSIGN                                                       !1, <array>
   35     2        INIT_FCALL                                                   'var_dump'
          3        INIT_FCALL                                                   'array_replace_recursive'
          4        SEND_VAR                                                     !0
          5        SEND_VAR                                                     !1
          6        DO_ICALL                                             $4      
          7        SEND_VAR                                                     $4
          8        DO_ICALL                                                     
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
155.36 ms | 2464 KiB | 15 Q