3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('a' => 1, 'b' => 2); $b = array('a' => 2, 'c' => 3); var_dump($a+$b); var_dump(array_merge($a, $b));

preferences:
50.01 ms | 402 KiB | 5 Q