summaryrefslogtreecommitdiff
path: root/Zend/tests/bug47981.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug47981.phpt')
-rw-r--r--Zend/tests/bug47981.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Zend/tests/bug47981.phpt b/Zend/tests/bug47981.phpt
index 2d68d3706f..c0fd69abf9 100644
--- a/Zend/tests/bug47981.phpt
+++ b/Zend/tests/bug47981.phpt
@@ -14,6 +14,4 @@ class b implements a { function f($a=1) {}}
class c extends b {function f() {}}
?>
--EXPECTF--
-string(62) "Declaration of c::f() should be compatible with that of b::f()"
-
-
+string(60) "Declaration of c::f() should be compatible with b::f($a = 1)"