--- embedaddon/php/Zend/tests/objects_003.phpt 2012/02/21 23:47:52 1.1.1.1 +++ embedaddon/php/Zend/tests/objects_003.phpt 2012/05/29 12:34:36 1.1.1.2 @@ -20,5 +20,5 @@ class test3 extends test { echo "Done\n"; ?> --EXPECTF-- -Strict Standards: Declaration of test3::foo() should be compatible with that of test::foo() in %s on line %d +Strict Standards: Declaration of test3::foo() should be compatible with test::foo($arg) in %s on line %d Done