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.cool.be:80', 'proxy' => 'http://192.168.56.1:8888', ), 'acceptance' => array( 'host' => 'http://local.api.cool.be:80', 'proxy' => 'http://192.168.56.1:8888', ) )); var_dump($config);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { ["api"]=> array(4) { ["host"]=> string(27) "http://local.api.cool.be:80" ["carId"]=> int(7764303) ["supplierId"]=> int(700) ["proxy"]=> string(24) "http://192.168.56.1:8888" } ["acceptance"]=> array(2) { ["host"]=> string(27) "http://local.api.cool.be:80" ["proxy"]=> string(24) "http://192.168.56.1:8888" } }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.5 ms | 402 KiB | 8 Q