<?php function test($c) { try { if ($c) { return 0; } else { return 1; } } finally { try { // NOOP } finally { // NOOP } } } var_dump(test(true), test(false));
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources