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
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.
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
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
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
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
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 function myFunction();
}
class foobar impl