--- embedaddon/php/tests/classes/inheritance_003.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/tests/classes/inheritance_003.phpt 2012/05/29 12:34:34 1.1.1.2 @@ -17,5 +17,5 @@ class B extends A ===DONE=== --EXPECTF-- -Strict Standards: Declaration of B::f() should be compatible with that of A::f() in %sinheritance_003.php on line %d +Strict Standards: Declaration of B::f() should be compatible with A::f($x) in %sinheritance_003.php on line %d ===DONE===