3v4l.org

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

preferences:
38.39 ms | 402 KiB | 5 Q