[PHP-DEV] [RFC] [DRAFT]: Consistent callables

2015-09-29 Thread Dan Ackroyd
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 This RFC is probably not ready for the formal discussion that is held before a vote on it can be held as there may be some more details

Re: [PHP-DEV] [RFC] [DRAFT]: Consistent callables

2015-10-05 Thread Rowan Collins
Dan Ackroyd wrote on 29/09/2015 15:25: 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 To break the silence: I really like the sentiment behind this, and it seems very thorough. I

Re: [PHP-DEV] [RFC] [DRAFT]: Consistent callables

2015-10-06 Thread Daniel Persson
Hi Dan. Had this email in the "need-to-read" pile for over a week and finally got the time to go though the RFC. Seems like this is something that we need to address. Inconsistencies are never good. The only thing I want to point out is that is_callable as well as method_exists don't state in th