We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI guys,
I'm getting many times this kind of error: Class/trait/interface "{ClassName}" was added in the global namespace.
I don't undestand why this situation should throws an error in PHP7; at lease, I would expect a warning!
Thanks
The text was updated successfully, but these errors were encountered:
Hello @fanphp. I'm not sure I understand your problem. Can you provide a snippet of code that can be used to reproduce the issue?
Sorry, something went wrong.
Line 3: [Error] Class/trait/interface "ArithmeticError" was added in the global namespace class ArithmeticError extends \Error { }
http://php.net/manual/en/class.error.php class "Error" is reserved
No branches or pull requests
HI guys,
I'm getting many times this kind of error:
Class/trait/interface "{ClassName}" was added in the global namespace.
I don't undestand why this situation should throws an error in PHP7; at lease, I would expect a warning!
Thanks
The text was updated successfully, but these errors were encountered: