While I came across instance where such a feature would be useful, I
think it is a bit too Perlish for me.
-0.
On 9-Nov-06, at 4:21 PM, Dmitry Shirokov wrote:
Hey guys.
What are you thinking about adding this feature:
<?php
function foo()
{
return array(1,2,3,4,5,6);
}
echo foo()[4]; // <---- it that
// or may be (foo())[4] ?
// instead of
$var = foo();
echo $var[4];
?>
--
Thanks, Dmitry
Ilia Alshanetsky
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php