Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85284 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83163 invoked from network); 20 Mar 2015 13:09:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2015 13:09:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=bowersbros@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bowersbros@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: bowersbros@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:36046] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/61-25408-3FB1C055 for ; Fri, 20 Mar 2015 08:09:08 -0500 Received: by wetk59 with SMTP id k59so81753459wet.3 for ; Fri, 20 Mar 2015 06:09:05 -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=1+AibVcsElex6DLRSavWvvS8FITSyHiHMvhZCTllaKQ=; b=utyB4EUh0Wx5qmNTc9Q1A4kyOm4Gj4jszoCS09wycBZiE+j2mdQaFzmgCHikW3D1Yh sc5ruYGAPBuJqRm/X7D3MrP6gRgGzzgTn2ODDUrnxdciwGYlW/NFt43wFK/dEXgnWb4H LeaAe9OBjpw1QjRvUma9sKD2utAgZjPzwRgwhFy2bSH+9uFQT1Iey96fbzdmP6iPg2L1 ravxxMIv8Ig/Lf5SVBobgocShL21aPbBcDkaY27568IBKVfTxWkm63AkzRwrGNHs4bsZ qgmqoQPyypI+l9zy+I4AITqUgE20fC3GxyBvWjdX2MKWLC4BDQF9rstOLLRs4TI456OF UkEg== MIME-Version: 1.0 X-Received: by 10.180.11.180 with SMTP id r20mr5205774wib.36.1426856945254; Fri, 20 Mar 2015 06:09:05 -0700 (PDT) Received: by 10.28.62.84 with HTTP; Fri, 20 Mar 2015 06:09:05 -0700 (PDT) In-Reply-To: <550C1AE4.8090607@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> Date: Fri, 20 Mar 2015 13:09:05 +0000 Message-ID: To: Rowan Collins Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c34f305e06350511b80582 Subject: Re: [PHP-DEV] RFC - Array slice syntactic sugar From: bowersbros@gmail.com (Alex Bowers) --001a11c34f305e06350511b80582 Content-Type: text/plain; charset=UTF-8 On 20 March 2015 at 13:04, Rowan Collins wrote: > $version{4:} = '7!'; I'm sure this is a slight oversight on your end, but just to check. The change of using {} instead of [] is not because its a string, and is just a typo / example correct? --001a11c34f305e06350511b80582--