--- embedaddon/php/tests/classes/type_hinting_005b.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/tests/classes/type_hinting_005b.phpt 2012/05/29 12:34:34 1.1.1.2 @@ -9,6 +9,6 @@ Class D extends C { function f($a) {} } ?> ==DONE== --EXPECTF-- -Strict Standards: Declaration of D::f() should be compatible with that of C::f() in %s on line 5 +Strict Standards: Declaration of D::f() should be compatible with C::f(array $a) in %s on line 5 No hint, should be array. -==DONE== \ No newline at end of file +==DONE==