3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_exception_handler(function(\Exception $e){ try { throw $e; } catch(\Exception $e) { print $e->getMessage() . "\n"; } }); throw new Exception("Test exception");

preferences:
47.82 ms | 402 KiB | 5 Q