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

Reserved Keywords / Forbidden Names detection #272

Closed
llaville opened this issue Jul 18, 2020 · 1 comment
Closed

Reserved Keywords / Forbidden Names detection #272

llaville opened this issue Jul 18, 2020 · 1 comment
Assignees

Comments

@llaville
Copy link
Owner

Thanks to @fabiang to introduces the first report to add a sniff new reserved words in PHP 7.

This one will complete detection with all other forbidden names :

@llaville llaville self-assigned this Jul 18, 2020
@llaville llaville mentioned this issue Jul 18, 2020
24 tasks
@llaville llaville changed the title Reserved Keywords detection Reserved Keywords / Forbidden Names detection Jul 19, 2020
@llaville
Copy link
Owner Author

Differed to next Major version 6.0, because AST could not catch it easily, while it is possible with tokens.

v6.0 will accept either tokens sniff or ast sniff, but v5.4 will be only accept ast sniff.

@llaville llaville added this to the 6.0 milestone Jul 20, 2020
llaville added a commit that referenced this issue Jul 20, 2020
@llaville llaville mentioned this issue Aug 1, 2020
11 tasks
@llaville llaville added this to To do in v6.0 Apr 8, 2021
@llaville llaville removed this from the 6.0 milestone May 16, 2021
@llaville llaville added this to To do in v6.1 Dec 10, 2021
@llaville llaville removed this from To do in v6.0 Dec 10, 2021
@llaville llaville removed this from To do in v6.1 Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant