php-parser/lib
nikic dd711f2a04 Generalize the attribute generation for nodes
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.
2012-05-05 17:34:27 +02:00
..
PHPParser Generalize the attribute generation for nodes 2012-05-05 17:34:27 +02:00
bootstrap.php Fix PHP 5.2 build failure 2012-04-23 22:17:06 +02:00