On 23/Jul/10 1:54 AM, Karoly Negyesi wrote:
Hi,Given that call_user_func exists I would recommend to remove $foo() from PHP Next. Observe the "logic" in the following examples: $foo(); new $foo(); classname::$foo; classname::$foo();
How about:
$lambda = function () {};
$lambda();
What should happen in this case?
--
IonuČ› G. Stan | http://igstan.ro
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
