3v4l.org

run code in 300+ PHP versions simultaneously
<?php $color = array( 0 => 'red', 1 => 'green', 'a' => 'blue', ); $size = array( 0 => 'small', 1 => 'middle', 'b' => 'large', ); print_r(array_merge($color, $size)); ?>

preferences:
31.85 ms | 402 KiB | 5 Q