3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $test = function() { throw new Exception('exc'); }; $test(); } catch (Throwable $e) { var_dump($e->getTrace()); }

preferences:
28.39 ms | 404 KiB | 5 Q