3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_exception_handler("custom_exception_handler"); function custom_exception_handler($e){ echo "foo"; //exit; } throw new Exception("bar"); ?>

preferences:
39.38 ms | 402 KiB | 5 Q