3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_exception_handler('jim'); echo "test"; function jim($ex) { var_dump($ex); } throw new Exception("bob");

preferences:
32.15 ms | 402 KiB | 5 Q