the whole shebang
This commit is contained in:
7
vendor/nikic/php-parser/test/code/parser/stmt/tryCatch.test-fail
vendored
Normal file
7
vendor/nikic/php-parser/test/code/parser/stmt/tryCatch.test-fail
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
Cannot use try without catch or finally
|
||||
-----
|
||||
<?php
|
||||
|
||||
try { }
|
||||
-----
|
||||
Cannot use try without catch or finally on line 3
|
Reference in New Issue
Block a user