Hi all,

On Sun, Mar 15, 2015 at 7:15 PM, Nicolas Grekas <
nicolas.grekas+...@gmail.com> wrote:

> > >> Foo::bar(); // OK
> > >> ['Foo', 'bar'](); // OK
> > >> 'Foo::bar'(); // FATAL ERROR
> >
>
> Hi,
>
> does this topic need to be addressed before PHP7 goes feature freeze? Or is
> it a bugfix? (Julien already provided a patch)
> I'm not familiar with writing RFCs. I fear I won't be able to handle it on
> schedule if one is required.
> Can someone help please?


It's nice if this bug could be fixed by PHP7.

Distinguishing array and callable is problematic.
Array callable is better to be deprecated in the long run. IMHO.

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

Reply via email to