Re: [PHP-DEV] interface method redeclaration

2004-09-23 Thread Andrey Hristov
George Schlossnagle wrote: Hi, Coogle brought this up, shouldn't this be ok? interface Bar { function foo(); } interface Baz { function foo(); } class A implements Bar, Baz { function foo() {} } Throws a redclaration error in 5.0.1. George Schlossnagle -- Prinicipal Consult

[PHP-DEV] interface method redeclaration

2004-09-23 Thread George Schlossnagle
Hi, Coogle brought this up, shouldn't this be ok? interface Bar { function foo(); } interface Baz { function foo(); } class A implements Bar, Baz { function foo() {} } Throws a redclaration error in 5.0.1. George Schlossnagle -- Prinicipal Consultant -- OmniTI Computer Cons