3v4l.org

run code in 300+ PHP versions simultaneously
<?php <!DOCTYPE html> <html> <body> <?php $a1=array("a"=>"red","b"=>"green"); $a2=array("c"=>"blue","b"=>"yellow"); print_r(array_merge($a1,$a2)); ?> </body> </html>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.29
Parse error: syntax error, unexpected '<' in /in/b7hQM on line 2
Process exited with code 255.

preferences:
199.53 ms | 1395 KiB | 66 Q