On Fri, Aug 3, 2018 at 11:09 AM Pedro Magalhães wrote:
>
> Hi internals,
>
> On the documentation about traits there is a mention to: "Traits support
> the use of abstract methods in order to impose requirements upon the
> exhibiting class." in
> https://secure.php.net/manual/en/language.oop5.trai
On Fri, Aug 3, 2018 at 7:22 PM Christoph M. Becker
wrote:
> On 03.08.2018 at 19:08, Pedro Magalhães wrote:
> > What currently happens is that (like with normal methods), the method on
> > the receiving class is used and the method from the trait is simply
> ignored.
>
> Yes. However, if the clas
On 03.08.2018 at 19:08, Pedro Magalhães wrote:
> On the documentation about traits there is a mention to: "Traits support
> the use of abstract methods in order to impose requirements upon the
> exhibiting class." in
> https://secure.php.net/manual/en/language.oop5.traits.php#language.oop5.traits.
On Fri, Aug 3, 2018 at 6:44 PM Gabriel Caruso
wrote:
> Pedro
>
> This was previously reported as a bug
> https://bugs.php.net/bug.php?id=76079.
>
I knew I had read about it somewhere! There it is. Thanks!
>
> Hi Rasmus,
>
> I'm not able to attach a PR to a bug report, however I'm not sure if this
> wasn't already happening before the migration. When submitting the form, I
> get a 500.
>
> Thanks,
> Pedro
>
> On Tue, Jul 17, 2018 at 9:38 PM Rasmus Lerdorf wrote:
>
> > I need to move bugs.php.net to
Hi Rasmus,
I'm not able to attach a PR to a bug report, however I'm not sure if this
wasn't already happening before the migration. When submitting the form, I
get a 500.
Thanks,
Pedro
On Tue, Jul 17, 2018 at 9:38 PM Rasmus Lerdorf wrote:
> I need to move bugs.php.net to another server sometim
Hi internals,
On the documentation about traits there is a mention to: "Traits support
the use of abstract methods in order to impose requirements upon the
exhibiting class." in
https://secure.php.net/manual/en/language.oop5.traits.php#language.oop5.traits.abstract
However, this is not true, and