3v4l.org

run code in 300+ PHP versions simultaneously
<?php register_shutdown_function('fatalHandler'); function fatalHandler() { echo "fatal handler\n" } try { trigger_error("Fatal error", E_USER_ERROR); } catch (Exception $e) { echo "exception\n"; } finally { echo "finally\n"; }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /in/ZuPql on line 6
Process exited with code 255.

preferences:
198.66 ms | 1395 KiB | 65 Q