tryWithoutCatch.test 116 Bytes Edit 1 2 3 4 5 6 7 Cannot use try without catch or finally ----- <?php try { } ----- Cannot use try without catch or finally on line 3