3v4l.org

run code in 300+ PHP versions simultaneously
<?php function answer() { try { /* here */ return 1; } catch (Exception $ex) { return 2; } finally { } } var_dump(answer()); ?>

preferences:
51.04 ms | 402 KiB | 5 Q