3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "lorem Ipsum dolor sit Amet"; $array1=array([0]=>"abc"); $array2=array([0]=>""def); $array3=merge_array($array1,$array2); echo $array3; ?>
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected 'def' (T_STRING), expecting ')' in /in/19e4n on line 4
Process exited with code 255.

preferences:
158.43 ms | 1395 KiB | 36 Q