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