<?php $f = function (): string { try { throw new \Exception(); } finally { return 'bar'; } }; var_dump($f());
You have javascript disabled. You will not be able to edit any code.