History log of /php-src/ext/reflection/tests/gh9470.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 3433dab5 05-Sep-2023 Ilija Tovilo

Revert 479e65933154f1da92e6a820000e3bd3b2392874

There were 4 different reports of this breaking behavior. This is higher than I
expected. This bug fix may still be desirable, but should

Revert 479e65933154f1da92e6a820000e3bd3b2392874

There were 4 different reports of this breaking behavior. This is higher than I
expected. This bug fix may still be desirable, but should be discussed on the
list beforehand.

Closes GH-12127

show more ...


# e186765a 29-Sep-2022 Ilija Tovilo

Throw in ReflectionMethod::__construct() when initialized with private parent method

Fixes GH-9470
Closes GH-9640