History log of /PHP-8.2/ext/reflection/tests/bug81457.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ea11e79a 20-Sep-2021 Nikita Popov

Fixed bug #81457

When Reflection internally instantiates a ReflectionClass, it
should create a more specific ReflectionEnum instance if the
class is actually an enum.