PR #20902 Merged into PHP Core: ReflectionConstant::inNamespace()
ReflectionConstant::inNamespace() is a new PHP core method that returns whether a reflected constant belongs to a namespace. It closes a long-standing gap: classes and functions already had this helper, constants…