3v4l.org

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

preferences:
43.6 ms | 402 KiB | 5 Q