Current File : /home/jvzmxxx/wiki1/vendor/nikic/php-parser/test/code/parser/stmt/tryWithoutCatch.test
Cannot use try without catch or finally
-----
<?php

try { }
-----
Cannot use try without catch or finally on line 3