php-parser/lib
nikic cdbad02fb2 Fix endAttributes assignment
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.
2012-11-20 16:12:19 +01:00
..
PHPParser Fix endAttributes assignment 2012-11-20 16:12:19 +01:00
bootstrap.php Fix PHP 5.2 build failure 2012-04-23 22:17:06 +02:00