mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 02:17:56 +01:00
dd711f2a04
Now two arrays are fetched from the lexer: $startAttributes and $endAttributes. When constructing the attributes for a node, the $startAttributes from the first token of the node and the $endAttributes of the last token of the node are merged. Now the end line is saved in the endLine attribute. |
||
---|---|---|
.. | ||
Builder | ||
Lexer | ||
Node | ||
NodeVisitor | ||
Serializer | ||
Unserializer | ||
BuilderFactoryTest.php | ||
codeTest.php | ||
ErrorTest.php | ||
LexerTest.php | ||
NodeAbstractTest.php | ||
NodeDumperTest.php | ||
NodeTraverserTest.php | ||
TemplateLoaderTest.php | ||
TemplateTest.php |