Re: [PHP-DEV] [RFC] Deprecate partially supported callables

2021-09-02 Thread Flávio Heleno
On Thu, Sep 2, 2021 at 12:46 PM Nikita Popov wrote: > On Thu, Sep 2, 2021 at 5:06 PM Côme Chilliet < > come.chill...@fusiondirectory.org> wrote: > > > Le Thu, 2 Sep 2021 16:32:32 +0200, > > Nikita Popov a écrit : > > > > > Hi internals, > > > > > > Currently, there are some callables that are ac

Re: [PHP-DEV] [RFC] Deprecate partially supported callables

2021-09-02 Thread Nikita Popov
On Thu, Sep 2, 2021 at 5:06 PM Côme Chilliet < come.chill...@fusiondirectory.org> wrote: > Le Thu, 2 Sep 2021 16:32:32 +0200, > Nikita Popov a écrit : > > > Hi internals, > > > > Currently, there are some callables that are accepted by the "callable" > > type, but which cannot be used with $calla

Re: [PHP-DEV] [RFC] Deprecate partially supported callables

2021-09-02 Thread Côme Chilliet
Le Thu, 2 Sep 2021 16:32:32 +0200, Nikita Popov a écrit : > Hi internals, > > Currently, there are some callables that are accepted by the "callable" > type, but which cannot be used with $callable() syntax. This RFC proposes > to deprecate support for such "callables": > > https://wiki.php.net

[PHP-DEV] [RFC] Deprecate partially supported callables

2021-09-02 Thread Nikita Popov
Hi internals, Currently, there are some callables that are accepted by the "callable" type, but which cannot be used with $callable() syntax. This RFC proposes to deprecate support for such "callables": https://wiki.php.net/rfc/deprecate_partially_supported_callables Regards, Nikita