php / php-langspec

PHP Language Specification
http://www.php.net
Other
2.3k stars 271 forks source link

The optional methods and properties overriding rules are required. #251

Open ShenoudaGergis opened 3 years ago

ShenoudaGergis commented 3 years ago

The specification mentioned that if the overriding method is not compatible with the overridden method, a non-fatal error will be issued. But for PHP 8 <= the error is fatal.

Also the rules for properties overriding are not mentioned.

Thanks for the great work.