Diff for /embedaddon/php/tests/classes/method_override_optional_arg_002.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:06 version 1.1.1.2, 2012/05/29 12:34:34
Line 18  $b->foo(); Line 18  $b->foo();
   
 ?>  ?>
 --EXPECTF--  --EXPECTF--
Strict Standards: Declaration of B::foo() should be compatible with that of A::foo() in %s on line %dStrict Standards: Declaration of B::foo() should be compatible with A::foo($arg = 1) in %s on line %d
 foo  foo

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>