--- embedaddon/php/tests/classes/method_override_optional_arg_002.phpt 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/tests/classes/method_override_optional_arg_002.phpt 2012/05/29 12:34:34 1.1.1.2 @@ -18,5 +18,5 @@ $b->foo(); ?> --EXPECTF-- -Strict Standards: Declaration of B::foo() should be compatible with that of A::foo() in %s on line %d +Strict Standards: Declaration of B::foo() should be compatible with A::foo($arg = 1) in %s on line %d foo