You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Class C contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (C::f) in /in/W34sb on line 7
Process exited with code 255.
But I expected this output instead:
Fatal error: Class C contains 1 abstract method and must therefore be declared abstract or implement the remaining method (C::f) in /in/W34sb on line 7
Process exited with code 255.
("remaining methods" should be "remaining method" - we already have pluralization handling for "1 abstract method" vs multiple)
PHP Version
PHP 8.2+
Operating System
No response
The text was updated successfully, but these errors were encountered:
Description
The following code:
Resulted in this output:
But I expected this output instead:
("remaining methods" should be "remaining method" - we already have pluralization handling for "1 abstract method" vs multiple)
PHP Version
PHP 8.2+
Operating System
No response
The text was updated successfully, but these errors were encountered: