What is the value of MyClass :: class_name?
MyClass :: class_name
As of PHP 5.5, :: class_name contains the full name of the class.
:: class_name
As of PHP 5.5, :: class_name contains the name of the class without the namespace.
As of PHP 5.5, :: class_name contains a reference to the class itself.
The constant does not exist.