3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo; const \Foo\true = false; if (true) { echo "TRUE"; } else { echo "FALSE!!!"; }
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.24, 7.0.0 - 7.0.9
Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR), expecting identifier (T_STRING) in /in/HDFle on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_NS_SEPARATOR, expecting T_STRING in /in/HDFle on line 3
Process exited with code 255.

preferences:
229.91 ms | 1399 KiB | 155 Q