1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/test/PhpParser/Parser
Nikita Popov f99a96e0a2 Introduce ErrorHandler
Add ErrorHandler interface, as well as ErrorHandler\Throwing
and ErrorHandler\Collecting. The error handler is passed to
Parser::parse(). This supersedes the throwOnError option.

NameResolver now accepts an ErrorHandler in the ctor.
2016-10-16 22:12:46 +02:00
..
MultipleTest.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Php5Test.php Split parsing tests into code tests and other stuff 2015-06-20 11:44:29 +02:00
Php7Test.php Split parsing tests into code tests and other stuff 2015-06-20 11:44:29 +02:00