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.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug47981.phpt b/Zend/tests/bug47981.phpt
index c0fd69abf9..fba320bb13 100644
--- a/Zend/tests/bug47981.phpt
+++ b/Zend/tests/bug47981.phpt
@@ -13,5 +13,5 @@ interface a{}
class b implements a { function f($a=1) {}}
class c extends b {function f() {}}
?>
---EXPECTF--
+--EXPECT--
string(60) "Declaration of c::f() should be compatible with b::f($a = 1)"