mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
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>