3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = array( 'colors' => array( 'red', 'yellow', 'blue', ), 'shapes' => array( 'circle', 'square', ), ); $array2 = array( 'colors' => array( 'green', 'orange', ), 'shapes' => array( 'triangle', ), ); var_dump(array_merge_recursive($array1, $array2));

preferences:
46.26 ms | 402 KiB | 5 Q