3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('hhvm.log.always_log_unhandled_exceptions', false); set_exception_handler( function ($exception) { error_log("handling $exception"); }); throw new Exception("I'm an exception");

preferences:
94.67 ms | 402 KiB | 5 Q