3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = function (): string { try { throw new \Exception(); } finally { return 'bar'; } }; var_dump($f());

preferences:
42.2 ms | 1361 KiB | 5 Q