From dded6fdcad640e4c01b5c114e9be3837ab45eacf Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 22 Oct 2024 22:07:03 +0200 Subject: [PATCH] Fix gh16508.phpt test expectation The error changed in master, not 8.4. My bad. --- Zend/tests/gh16508.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/gh16508.phpt b/Zend/tests/gh16508.phpt index 2330cf083ce7..e5b89b602904 100644 --- a/Zend/tests/gh16508.phpt +++ b/Zend/tests/gh16508.phpt @@ -17,4 +17,4 @@ abstract class Test { ?> --EXPECTF-- -Fatal error: Class Test2 contains 1 abstract method and must therefore be declared abstract or implement the remaining method (Test::foo) in %s on line 5 +Fatal error: Class Test2 contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Test::foo) in %s on line 5