3v4l.org

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

preferences:
25.77 ms | 402 KiB | 5 Q