Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

unary operators aren't being ordered correctly with regard to operator precedence #15

Open
stephens2424 opened this issue Feb 2, 2015 · 0 comments

Comments

@stephens2424
Copy link
Owner

We are currently parsing

echo (int)"0" || false;

As if it was

echo (int)("0" || false);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant