3v4l.org

run code in 500+ 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:
39.88 ms | 2076 KiB | 5 Q