> https://wiki.php.net/rfc/consistent_callables
Personally, I do use "colon separated string" to e.g. put callables as keys
in an array (when of course the array definition I'm writing is fine with
static callables).
The reasons written in the RFC seem very weak compared to breaking code
that wo
On 29 September 2015 at 14:25, Dan Ackroyd wrote:
> Hello internals,
>
> Here is a draft RFC to make the callable type in PHP be consistent and
> have much fewer surprises.
>
> https://wiki.php.net/rfc/consistent_callables
Hello again,
I'd like to give everyone an update on the 'Consitent Calla