3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('person' => array( 'name' => 'franz', )); $b = array('person' => array( 'name' => 'cheryl', )); var_dump(array_merge($a, $b));

preferences:
36.02 ms | 402 KiB | 5 Q