<?phpclass newObject { }define('newObject::CONSTANT', 'Example');echo newObject::CONSTANT; ?>
Class constants cannot be defined or redefined outside class.
Previous Question Next Question
Your comments will be displayed only after manual approval.