mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Make ReflectionClassConstant->class the declaring class, not the class on which the constant was fetched. This matches the behavior for properties and methods.