3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test2(){ print_r("printuje returna\n"); return "zwracam returna"; } function test(){ try { throw new Exception("test"); } catch(Exception $e) { return test2(); } finally { print_r("printuje finaly\n"); } } var_dump(test());

preferences:
39.67 ms | 402 KiB | 5 Q