2017-01-25 9:27 GMT+01:00 Wes <netmo....@gmail.com>: > They don't belong to a class only, but to a class and all its descendants. > Ideally, descendants should not inherit constants (or anything static), but > we can't change that now, so final could make sense here. Basically, they > should work exactly like static fields, except that static fields can be > re-assigned, while constants may not. >
Well, we can deprecate them and remove it with PHP 8.