Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20375 invoked by uid 1010); 10 Nov 2006 16:09:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20360 invoked from network); 10 Nov 2006 16:09:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2006 16:09:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:45871] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/8C-37447-634A4554 for ; Fri, 10 Nov 2006 11:09:29 -0500 Received: (qmail 20017 invoked from network); 10 Nov 2006 16:07:59 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 10 Nov 2006 16:07:59 -0000 Message-ID: <4554A433.9020602@zend.com> Date: Fri, 10 Nov 2006 19:09:23 +0300 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Dmitry Shirokov CC: internals@lists.php.net References: <7c3b2950611091321y649266abs4f3a5bac7187e889@mail.gmail.com> In-Reply-To: <7c3b2950611091321y649266abs4f3a5bac7187e889@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Feature request From: antony@zend.com (Antony Dovgal) On 11/10/2006 12:21 AM, Dmitry Shirokov wrote: > Hey guys. > > What are you thinking about adding this feature: > > 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]; > ?> I would really like to see everybody spending more time on existing problems and bugs instead of adding more and more doubtfully useful features. There are not more than 3 active members of the community which help developers to deal with the bug reports and in the same time there are tens of internal@ subscribers which are asking to add something. Let's reach certain level of stability first and then start to add more features. I believe as soon as the number of open reports reaches some moderate size, developers might start looking at the feature requests. And every community member can quicken his beloved feature appearance even without writing a patch: - send us new tests I can assure you that to write a small .phpt test and send it to the list would take not more time than to write a feature request. - help us with the bug reports There is a number of problems reported, which are not yet confirmed or cannot be reproduced by developers. Please go over the reports trying to reproduce each one and provide some more data. -- Wbr, Antony Dovgal