Diff for /embedaddon/php/Zend/tests/bug47981.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:52 version 1.1.1.2, 2012/05/29 12:34:36
Line 14  class b implements a { function f($a=1) {}} Line 14  class b implements a { function f($a=1) {}}
 class c extends b {function f() {}}  class c extends b {function f() {}}
 ?>  ?>
 --EXPECTF--  --EXPECTF--
string(62) "Declaration of c::f() should be compatible with that of b::f()"string(60) "Declaration of c::f() should be compatible with b::f($a = 1)"
 
 

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


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