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

Fix reserved keywords with underscore #616

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

gnouet
Copy link

@gnouet gnouet commented Jan 29, 2019

This PR rename methods with a double underscore prefix.

It's introduce breaking changes because user's could have implements some methods with double underscore prefix in their own projects.
In addition, existing projects will not implement new interface methods.

diversen and others added 22 commits September 7, 2015 15:21
Fix for Notice: array to string conversion on AutoLoader.php line 266
Removing unwanted unicode character from documentation
…c/examples/_007_crud/DB/Session.php on line 58
PHP has reserved all method names with a double underscore prefix for
future use.
PHP has reserved all method names with a double underscore prefix for
future use.
PHP has reserved all method names with a double underscore prefix for
future use.
PHP has reserved all method names with a double underscore prefix for
future use.
PHP has reserved all method names with a double underscore prefix for
future use.
PHP has reserved all method names with a double underscore prefix for
future use.
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.

None yet

6 participants