3v4l.org

run code in 300+ PHP versions simultaneously
<?php $color = array('white', 'green', 'red'); foreach($color as $value) { echo ($value) ; echo "\t"; } sort($color); foreach($color as $value) { echo "\n ."; echo ($value) ; ?>
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected end of file in /in/7fWJ8 on line 15
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/7fWJ8 on line 15
Process exited with code 255.

preferences:
184.93 ms | 1399 KiB | 66 Q