3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('\\true', false); if (true) { echo "TRUE"; } else { echo "FALSE!!!"; } namespace Foo { define('Foo\\true', false); if (true) { echo "TRUE"; } else { echo "FALSE!!!"; } }
Output for 5.3.0 - 5.3.26, 5.4.0 - 5.4.16
Fatal error: Namespace declaration statement has to be the very first statement in the script in /in/FopJM on line 10
Process exited with code 255.

preferences:
166.85 ms | 1400 KiB | 51 Q