3v4l.org

run code in 500+ PHP versions simultaneously
<?php const up = new Exception(); try { throw up; } catch(Exception) { echo 'PHP 8.1 is great'; }
Output for 8.1.0 - 8.1.34, 8.2.21 - 8.2.32, 8.3.5 - 8.3.33, 8.4.1 - 8.4.24, 8.5.0 - 8.5.9
PHP 8.1 is great
Output for 8.0.1 - 8.0.21
Fatal error: Constant expression contains invalid operations in /in/uhSmg on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.30
Parse error: syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE) in /in/uhSmg on line 7
Process exited with code 255.

preferences:
64.48 ms | 1039 KiB | 4 Q