Stanislav Malyshev wrote:
> Looks like we have a precedence bug in the parser rules there.
> Fortunately it's quite easy to fix, for example writing the rules as:
> 
>     |    '+' expr %prec T_INC
>     |    '-' expr %prec T_INC
> 
> seems to work. Any reason not to?

I think this should go in.  It is an obvious mistake in the parser as
far as I am concerned.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to