3v4l.org

run code in 300+ PHP versions simultaneously
<?php const('TRUE', 0); if (TRUE) { echo "TRUE"; } else { echo "FALSE!!!"; }
Output for 5.4.0 - 5.4.7
Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) in /in/SYcsn on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.17
Parse error: syntax error, unexpected '(', expecting T_STRING in /in/SYcsn on line 2
Process exited with code 255.

preferences:
168.24 ms | 1395 KiB | 33 Q