Skip to content
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

Added reserved word support for method and constant names #92

Merged
merged 1 commit into from
Oct 8, 2017
Merged

Added reserved word support for method and constant names #92

merged 1 commit into from
Oct 8, 2017

Conversation

bbtgp
Copy link
Contributor

@bbtgp bbtgp commented Oct 8, 2017

This covers all reserved word as names in class/trait methods and constants.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 94.42% when pulling 185b076 on bbtgp:reserved-names into b5008ac on glayzzle:master.

@ichiriac
Copy link
Member

ichiriac commented Oct 8, 2017

Seriously, I'm amazed 👍 - everything is OK. Now I need to make them pass the php-parser-dev test suite

@ichiriac ichiriac merged commit c4df2b8 into glayzzle:master Oct 8, 2017
@ichiriac
Copy link
Member

ichiriac commented Oct 8, 2017

build fails on foo::echo but it's normal, I will update this.

Got also others warnings but they were here before and may be real parse errors from the frameworks. Do you know other frameworks that uses a lot of PHP7 language features ?

I need to read more the PHP7 yaccs in order to find edge cases but everything passes without any regression so we can release it under a stable version as 2.1.0 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants