3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = [1, 2, 3]; $bar = [4, 5, 6]; $merged = array_merge($foo, $bar);

preferences:
57.09 ms | 402 KiB | 5 Q