Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48673 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98489 invoked from network); 7 Jun 2010 18:18:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2010 18:18:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.170 mail-px0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:46360] helo=mail-px0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/F1-22982-BF73D0C4 for ; Mon, 07 Jun 2010 14:18:36 -0400 Received: by pxi6 with SMTP id 6so1358645pxi.29 for ; Mon, 07 Jun 2010 11:18:32 -0700 (PDT) Received: by 10.141.4.8 with SMTP id g8mr12154111rvi.87.1275934712252; Mon, 07 Jun 2010 11:18:32 -0700 (PDT) Received: from Rasmus-Lerdorfs-MacBook-Pro.local (c-24-7-29-193.hsd1.ca.comcast.net [24.7.29.193]) by mx.google.com with ESMTPS id l29sm4897334rvb.16.2010.06.07.11.18.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Jun 2010 11:18:32 -0700 (PDT) Message-ID: <4C0D37F7.50401@lerdorf.com> Date: Mon, 07 Jun 2010 11:18:31 -0700 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Felipe Pena CC: internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Array Dereferencing From: rasmus@lerdorf.com (Rasmus Lerdorf) On 6/7/10 9:58 AM, Felipe Pena wrote: > Hi all, > I just edited the RFC page [1] about array dereferencing as now we have a > patch for such. > > RFC page: http://wiki.php.net/rfc/functionarraydereferencing > > The patch is simple, it just required to change the grammar file. I also > added some tests in the patch. > > Any objection? Thought? Improvements? Looks good to me. The patch is nice and clean. -Rasmus