mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
cdbad02fb2
The end attributes previously were always assigned from the last read token, which does not necessarily correspond to the last token in the reduced rule. In particular this occurs if the parser read a new token and based on that lookahead decided to reduce a rule. The behavior was only correct if the newly read token was first shifted and then the rule was reduced. This is fixed by buffering the endAttributes of the new token in a temporary variable and only assigning them once the token is shifted. |
||
---|---|---|
.. | ||
Builder | ||
Comment | ||
Lexer | ||
Node | ||
NodeVisitor | ||
PrettyPrinter | ||
Serializer | ||
Unserializer | ||
Autoloader.php | ||
Builder.php | ||
BuilderAbstract.php | ||
BuilderFactory.php | ||
Comment.php | ||
Error.php | ||
Lexer.php | ||
Node.php | ||
NodeAbstract.php | ||
NodeDumper.php | ||
NodeTraverser.php | ||
NodeVisitor.php | ||
NodeVisitorAbstract.php | ||
Parser.php | ||
PrettyPrinterAbstract.php | ||
Serializer.php | ||
Template.php | ||
TemplateLoader.php | ||
Unserializer.php |