Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 630 invoked from network); 2 Jun 2014 10:11:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2014 10:11:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.200 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.200 imap1-2.ox.privateemail.com Received: from [192.64.116.200] ([192.64.116.200:53355] helo=imap1-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/AD-15017-8DD4C835 for ; Mon, 02 Jun 2014 06:11:36 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 1B0C12001E2; Mon, 2 Jun 2014 06:11:34 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01STIhDCt0Zs; Mon, 2 Jun 2014 06:11:33 -0400 (EDT) Received: from [192.168.0.200] (unknown [90.203.28.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 5FDFB2001D9; Mon, 2 Jun 2014 06:11:32 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) In-Reply-To: Date: Mon, 2 Jun 2014 11:11:30 +0100 Cc: =?windows-1252?Q?Johannes_Schl=FCter?= , PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <3C6D4D9A-32B9-4BAB-AAEF-C1DED1DA02E1@ajf.me> References: <6E3D6B3F-1BD6-42A2-B59C-12B9D6D597ED@ajf.me> <1401699341.2282.13.camel@guybrush> To: Arvids Godjuks X-Mailer: Apple Mail (2.1878.2) Subject: Re: [PHP-DEV] [RFC] Bare Name Array From: ajf@ajf.me (Andrea Faulds) On 2 Jun 2014, at 10:13, Arvids Godjuks = wrote: > I'm personally against it adding :> > It's just pointles and kind'a looks like an object access. > Not to mention that one time access that deep is normal. but if you = are looping through a lot of data - it's quite an overhead and = encoruaging users to do it that way is just plain wrong to me. I don=92t see how deep access is encouraged by :> any more than by -> -- Andrea Faulds http://ajf.me/