1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PhpParser
Romain Neutron c28b8556f5 Fix Lexer errorHandling when there is no tokens
I encounter an issue when no tokens exist. An error `Undefined offset -1` is triggered.
2017-06-03 15:17:45 +02:00
..
Builder Add Builder\Param::makeVariadic() 2017-04-19 11:16:29 +02:00
Comment Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
ErrorHandler Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Lexer Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Node Fix spelling of VISIBILITY_MODIFIER_MASK 2017-04-19 11:20:05 +02:00
NodeVisitor Remove leftover code 2017-02-26 22:53:08 +01:00
Parser Fix start attribute assignment for Error in ClassConstFetch 2017-02-26 23:00:38 +01:00
PrettyPrinter Pretty printer: Preserve comments in arrays and calls 2017-04-09 19:49:47 +02:00
Serializer Deprecate XML serializer 2017-02-03 22:52:16 +01:00
Unserializer Deprecate XML serializer 2017-02-03 22:52:16 +01:00
Autoloader.php Make autoloader more PSR-4 (#268) 2016-04-15 15:07:30 +02:00
Builder.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
BuilderAbstract.php Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
BuilderFactory.php Add setReturnType() method to function/method builders 2016-04-09 18:41:38 +09:00
Comment.php Implement JsonSerializable for Nodes and Comments 2016-07-25 20:59:09 +02:00
Error.php Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
ErrorHandler.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Lexer.php Fix Lexer errorHandling when there is no tokens 2017-06-03 15:17:45 +02:00
Node.php Deprecate Node::setLine() 2017-04-29 12:58:35 +02:00
NodeAbstract.php Deprecate Node::setLine() 2017-04-29 12:58:35 +02:00
NodeDumper.php Add support for dumping positions in NodeDumper 2016-11-23 22:25:17 +01:00
NodeTraverser.php Implement NodeTraverser::STOP_TRAVERSAL 2017-01-29 22:35:40 +01:00
NodeTraverserInterface.php Move constants into NodeTraverser class 2016-10-16 22:13:09 +02:00
NodeVisitor.php Implement NodeTraverser::STOP_TRAVERSAL 2017-01-29 22:35:40 +01:00
NodeVisitorAbstract.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Parser.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
ParserAbstract.php Adjust the end attributes on the stack as well 2017-02-26 23:45:14 +01:00
ParserFactory.php Various docs fixes 2015-07-14 21:11:54 +02:00
PrettyPrinterAbstract.php Pretty printer: Preserve comments in arrays and calls 2017-04-09 19:49:47 +02:00
Serializer.php Deprecate XML serializer 2017-02-03 22:52:16 +01:00
Unserializer.php Deprecate XML serializer 2017-02-03 22:52:16 +01:00