History log of /php-src/Zend/tests/abstract_implicit.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 0b94cf65 23-Oct-2024 DanielEScherzer

GH-16067: prevent invalid `abstract` during compilation of methods (GH-16069)

For classes that are not declared `abstract`, produce a compiler error for any
`abstract` methods. For anony

GH-16067: prevent invalid `abstract` during compilation of methods (GH-16069)

For classes that are not declared `abstract`, produce a compiler error for any
`abstract` methods. For anonymous classes, since they cannot be made abstract,
the error message is slightly different.

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>

show more ...