3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = array( 1 => array( 'test' => 3 ) ); $b = array( 1 => array( 'test2' => 3 ) ); $c = array_replace_recursive( $a, $b ); var_dump( $c );

preferences:
55.58 ms | 2297 KiB | 5 Q