3v4l.org

run code in 300+ PHP versions simultaneously
<?php $color = array('white', 'green', 'red''); echo "Output"; echo "<ul>$color[1]<ul /><br /><ul>$color[2]<ul /><br /><ul>$color[0]<ul />";
Output for 5.4.0 - 5.4.31
Parse error: syntax error, unexpected '');' (T_ENCAPSED_AND_WHITESPACE), expecting ')' in /in/V1jn9 on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ')' in /in/V1jn9 on line 2
Process exited with code 255.

preferences:
193.86 ms | 1395 KiB | 68 Q