Hi!

function call chaining (f()() if f() returns function), and array
dereferencing (f()[0]) - (Stas)

I did patch for f()() - it's referenced at http://wiki.php.net/rfc/fcallfcall - but not for f()[] - didn't have time for that yet.

It should not be too hard to do, one just has to be careful with refcounts so that the returned result could be freed properly and without hurting the referred element.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to