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:
51.46 ms | 2269 KiB | 5 Q