mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-23 14:31:57 +01:00
10 lines
501 B
Diff
10 lines
501 B
Diff
Patch-Source: https://github.com/php/php-src/commit/dded6fdcad640e4c01b5c114e9be3837ab45eacf
|
|
--- a/Zend/tests/gh16508.phpt
|
|
+++ b/Zend/tests/gh16508.phpt
|
|
@@ -17,4 +17,4 @@
|
|
|
|
?>
|
|
--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
|