3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE> <html> <body> <?php $color = array("white", "green", "red"); sort($color); $al=count($color); foreach($x=0;$x<$al;$x++) { echo $color[$x]; echo "<br>"; } ?> </body> </html>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected ';' in /in/qjAv0 on line 9
Process exited with code 255.

preferences:
180 ms | 1395 KiB | 67 Q