Edin Kadribasic wrote:
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];
+1 I would very much like this feature in PHP.
Edin
Me too, I know I don't have any voting rights here, but I'm running into
this one every day.
Evert
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php