The PHP manual says
Like static members, constant values can not be accessed from an instance of the object.
which explains wh
php supports accessing class constants from an object instance. Code below is working (checked in phpv5.5.5):
Source: http://dwellupper.io/post/48/defining-class-constants-in-php