3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config = array( 'api' => array( 'host' => 'http://dsse:eersdsng@dev.api.dsds.be:80', 'carId' => 7764303, 'supplierId' => 700, 'proxy' => false, ), 'acceptance' => array( 'host' => 'http://dsds:eedsdsng@dev.api.sdsds.be:80', 'proxy' => false, ) ); $config = array_replace_recursive($config, array( 'api' => array( 'host' => 'http://local.api.autotrack.be:80', 'proxy' => 'http://192.168.56.1:8888', ), 'acceptance' => array( 'host' => 'http://local.api.autotrack.be:80', 'proxy' => 'http://192.168.56.1:8888', ) )); var_dump($config);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2bJ4s
function name:  (null)
number of ops:  10
compiled vars:  !0 = $config
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   15     1        INIT_FCALL                                               'array_replace_recursive'
          2        SEND_VAR                                                 !0
   17     3        SEND_VAL                                                 <array>
          4        DO_ICALL                                         $2      
   15     5        ASSIGN                                                   !0, $2
   26     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.29 ms | 1393 KiB | 17 Q