3v4l.org

run code in 300+ PHP versions simultaneously
<?php private function exception_handler($exception) { echo "Uncaught exception: " , $exception->getMessage(), "\n"; } set_exception_handler('exception_handler'); throw new Exception('Uncaught Exception'); echo "Not Executed\n"; }
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected 'private' (T_PRIVATE) in /in/TJugb on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_PRIVATE in /in/TJugb on line 3
Process exited with code 255.

preferences:
177.27 ms | 1395 KiB | 53 Q