--- embedaddon/php/Zend/tests/bug47981.phpt 2012/02/21 23:47:52 1.1.1.1 +++ embedaddon/php/Zend/tests/bug47981.phpt 2012/05/29 12:34:36 1.1.1.2 @@ -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)"