Re: [PHP-DEV] php5 interfaces...

2003-07-16 Thread Derick Rethans
On Wed, 16 Jul 2003, Zeev Suraski wrote: > This bug should be gone now... > > Thanks for the report! Could you please add a test for this one? regards, Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal

Re: [PHP-DEV] php5 interfaces...

2003-07-16 Thread Zeev Suraski
This bug should be gone now... Thanks for the report! Zeev At 22:39 11/07/2003, Tony Bibbs wrote: In PHP5 I noticed this behaviou with interfaces. If I have an interface with a method that takes no paramaters, an implementing class for that interfaces can have the same method take parameters.

Re: [PHP-DEV] php5 interfaces...

2003-07-16 Thread Zeev Suraski
At 22:39 11/07/2003, Tony Bibbs wrote: In PHP5 I noticed this behaviou with interfaces. If I have an interface with a method that takes no paramaters, an implementing class for that interfaces can have the same method take parameters...is that right? For example: interface foo { public funct

Re: [PHP-DEV] php5 interfaces...

2003-07-15 Thread Marcus Börger
Hello Jan, Tuesday, July 15, 2003, 11:53:02 PM, you wrote: JS> Zitat von Marcus BXrger <[EMAIL PROTECTED]>: >> Hello Tony, >> >> Friday, July 11, 2003, 9:39:55 PM, you wrote: >> >> TB> In PHP5 I noticed this behaviou with interfaces. If I have an >> interface >> TB> with a method that takes no

Re: [PHP-DEV] php5 interfaces...

2003-07-15 Thread Jan Schneider
Zitat von Marcus BXrger <[EMAIL PROTECTED]>: > Hello Tony, > > Friday, July 11, 2003, 9:39:55 PM, you wrote: > > TB> In PHP5 I noticed this behaviou with interfaces. If I have an > interface > TB> with a method that takes no paramaters, an implementing class for > that > TB> interfaces can have t

Re: [PHP-DEV] php5 interfaces...

2003-07-14 Thread Marcus Börger
Hello Tony, Friday, July 11, 2003, 9:39:55 PM, you wrote: TB> In PHP5 I noticed this behaviou with interfaces. If I have an interface TB> with a method that takes no paramaters, an implementing class for that TB> interfaces can have the same method take parameters...is that right? TB> For ex