3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { assert(PHP_MAJOR_VERSION >= 7, new AssertionError('PHP 7 is requiered!')); } echo 'Hi!';
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.14
Fatal error: Cannot use try without catch or finally in /in/sput2 on line 3
Process exited with code 255.
Output for 5.4.2 - 5.4.45
Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting catch (T_CATCH) in /in/sput2 on line 3
Process exited with code 255.

preferences:
193.19 ms | 1395 KiB | 64 Q