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:
188.26 ms | 409 KiB | 6 Q