![]() ![]() | ![]() |
version 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)" |