mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 10:28:18 +01:00
3b7d8e8b5d
Adding only a single recovery rule for now. The API is now: * throwOnError parser option must be disabled. * List of Errors is available through $parser->getErrors(). This method is available either way. * If no recovery is possible $parser->parse() will return null. (Obviously only if throwOnError is disabled). |
||
---|---|---|
.. | ||
class | ||
function | ||
loop | ||
namespace | ||
blocklessStatement.test | ||
const.test | ||
controlFlow.test | ||
declare.test | ||
echo.test | ||
haltCompiler.test | ||
haltCompilerInvalidSyntax.test-fail | ||
haltCompilerOutermostScope.test-fail | ||
hashbang.test | ||
if.test | ||
inlineHTML.test | ||
switch.test | ||
tryCatch.test | ||
tryCatch.test-fail | ||
unset.test |