History log of /php-src/Zend/tests/anon/gh15994.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b436ef47 25-Sep-2024 DanielEScherzer

GH-15994: fix suggestion that anonymous classes be made abstract (GH-15995)

In the process, remove the (incorrect) assumption that any abstract method that
needs to be implemented by a c

GH-15994: fix suggestion that anonymous classes be made abstract (GH-15995)

In the process, remove the (incorrect) assumption that any abstract method that
needs to be implemented by a class that cannot itself be made abstract must be
a private method - the existing test for an enum already showed that this was
not the case.

show more ...