-
Notifications
You must be signed in to change notification settings - Fork 72
[bug] parens and staticlookup #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here other big bug get_class($this->resource)::$wrap; |
not sure yet, but seems that this bug existed before |
maybe 😞 |
Need also fix: get_class($var)::$$$$$property; |
Ok, for $$$$$property I'm not enough permissive here : https://github.com/glayzzle/php-parser/blob/master/src/parser/variable.js#L154 |
other bugs are from : https://github.com/glayzzle/php-parser/blob/master/src/parser/variable.js#L232 and introduced here #179 I've forced the call as the bugfix request was over staticlookup with call functions, but here we are working on another branch :
In principle it's fixed, but can you please provide more tests and check if it's not too permissive. |
released in |
Problem exists in master
The text was updated successfully, but these errors were encountered: