3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($c) { try { if ($c) { return 0; } else { return 1; } } finally { try { // NOOP } finally { // NOOP } } } var_dump(test(true), test(false));

preferences:
38.63 ms | 402 KiB | 5 Q