3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_exception_handler(function($e){ echo "exception handled"; // not echoed }); register_shutdown_function(function(){ throw new Exception("test"); // this should be caught by the exception handler above, but it doesn't });

preferences:
25.76 ms | 405 KiB | 5 Q