3v4l.org

run code in 300+ PHP versions simultaneously
<?php //namespace Foo; const 'TRUE'=false; if (TRUE) { echo "TRUE"; } else { echo "FALSE!!!"; }
Output for 5.4.13
Parse error: syntax error, unexpected ''TRUE'' (T_CONSTANT_ENCAPSED_STRING), expecting identifier (T_STRING) in /in/tKXNO on line 3
Process exited with code 255.
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected ''TRUE'' (T_CONSTANT_ENCAPSED_STRING), expecting identifier (T_STRING) in jP0pR on line 3
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in /in/tKXNO on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.22
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in jP0pR on line 3
Process exited with code 255.

preferences:
173.54 ms | 1395 KiB | 45 Q