3v4l.org

run code in 300+ PHP versions simultaneously
<?php $first = array(); $second = array(1,2,3,4,5); $third = array_merge($first, $second); print_r($third);

preferences:
47.19 ms | 402 KiB | 5 Q