Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97211 invoked from network); 20 Mar 2015 13:38:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2015 13:38:39 -0000 Authentication-Results: pb1.pair.com header.from=bowersbros@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bowersbros@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.177 as permitted sender) X-PHP-List-Original-Sender: bowersbros@gmail.com X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:35387] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/12-21731-FD22C055 for ; Fri, 20 Mar 2015 08:38:39 -0500 Received: by webcq43 with SMTP id cq43so82436977web.2 for ; Fri, 20 Mar 2015 06:38:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GsTYHHJgR9KFvPjCeE/6ezJVUSCddUROmUNWmVgyebA=; b=Aod4PbpHgvcGBocC9eLjmmV3BduQml/MiJn4YfiElGi3c2TgfT/u9ssnTlcB87S+wX 0WdhL1wd+DTEMtvqH+4YeQ86WqODQgfTYGWbnMKise2/DWeEl3mpN2cvplvvogDmNuIm dRix/1B3OLJf40CoQaPGJqUF58nTgGwRrPQz2mtju7rtfkfVcxIo+FEV+qgn7Bb8oD4B IDdD1uxgyfhSySyObOOY+sLjlBNaf4R8EuIFgyHAV5EW2+pBr/kmZUhfHXTNf4fPoav0 MzJLs4Eg7GoWMoETgHNjL573JJxosj9iKxMKqKIrlfO7+0ZJ7fQGrjoEJ8DUeS6VbwJJ wR3A== MIME-Version: 1.0 X-Received: by 10.180.20.233 with SMTP id q9mr24792002wie.75.1426858716077; Fri, 20 Mar 2015 06:38:36 -0700 (PDT) Received: by 10.28.62.84 with HTTP; Fri, 20 Mar 2015 06:38:35 -0700 (PDT) In-Reply-To: <550C1DEC.5060706@gmail.com> References: <550B5A81.1090706@gmail.com> <550B7189.4040608@gmail.com> <7486C296-7535-4633-AFE2-02E7BBC67BC5@gmail.com> <550C1176.9050307@gmail.com> <550C1AE4.8090607@gmail.com> <550C1DEC.5060706@gmail.com> Date: Fri, 20 Mar 2015 13:38:35 +0000 Message-ID: To: Rowan Collins Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=bcaec53d5c71eaa6d00511b86e91 Subject: Re: [PHP-DEV] RFC - Array slice syntactic sugar From: bowersbros@gmail.com (Alex Bowers) --bcaec53d5c71eaa6d00511b86e91 Content-Type: text/plain; charset=UTF-8 > > It's an alternative syntax Learn something new every day. I guess this RFC will need to support both then for consistency reasons; so it will be down to the end user to determine how they want to separate them if they choose to. But I don't think we should only match {} for strings and [] for arrays, that seems broken to me. --bcaec53d5c71eaa6d00511b86e91--