From 5a639c5522f146106e8f53ee28eeab9afb97f7a0 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 22 Oct 2024 15:18:24 +0200 Subject: [PATCH] [skip ci] Fix test expectation of gh16508.phpt for 8.4+ --- 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 e5b89b60290..2330cf083ce 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 methods (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 method (Test::foo) in %s on line 5