tryWithoutCatch.test 116 Bytes
Newer Older
Juliper committed
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