3v4l.org

run code in 300+ PHP versions simultaneously
<?php function x() { try { throw new exception('foo'); } catch (exception $e) { throw $e; } finally { return 'buzinga'; } } var_dump(x());

preferences:
57.02 ms | 402 KiB | 5 Q