History log of /PHP-8.1/ext/reflection/tests/bug77325.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 0d06a63e 28-Feb-2020 Nikita Popov

Fixed bug #77325

Make ReflectionClassConstant->class the declaring class, not the
class on which the constant was fetched. This matches the behavior
for properties and methods.