3v4l.org

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

preferences:
35.86 ms | 402 KiB | 5 Q