Hi!

> I think the origin of this intention is, that calling a callable just
> by `$callable()` does not work consistently -- see the other RFC by
> Dan --

Maybe we should fix $callable() then? :) I see no reason why $()
shouldn't work on all callables. That's why they are "callable" after all.

> and that call_user_func() suffers from a (mythical?) performance
> issue.

Fixing performance issues in a specific functions by introducing a
language-level constructs does not sound like the best option to me. I
would first ensure the issue exists and then look into how it can be
fixed with this specific function.
-- 
Stas Malyshev
smalys...@gmail.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to