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
Php 5.5 example:
namespace Name\Space; class ClassName {} echo ClassName::class; echo "\n";
Output:
Name\Space\ClassName
The text was updated successfully, but these errors were encountered:
Suggest to use only uppercase CLASS for NFR
CLASS
Sorry, something went wrong.
Never mind.
👍
No branches or pull requests
Php 5.5 example:
Output:
The text was updated successfully, but these errors were encountered: