Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62947 invoked from network); 20 Mar 2015 11:44:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2015 11:44:29 -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.181 as permitted sender) X-PHP-List-Original-Sender: bowersbros@gmail.com X-Host-Fingerprint: 74.125.82.181 mail-we0-f181.google.com Received: from [74.125.82.181] ([74.125.82.181:35980] helo=mail-we0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/8D-25408-C180C055 for ; Fri, 20 Mar 2015 06:44:29 -0500 Received: by wetk59 with SMTP id k59so80038173wet.3 for ; Fri, 20 Mar 2015 04:44:25 -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=fboGFUuA+tpXQcJsYp4p5wpxN92bGbkGzRHsKCLfOVY=; b=nsGSrmnMV5mOmdDercqcCdbfNmxMiSHZm17IOQLE4Tx5BKbl/LUex6sY8qOJAK0ZKq TiiChk67aHOLbpvYctlLKDJx2tQV3KCQmRE5I12mAJr8FElRPmjLdKcH0yGPEvg81fC5 dpH2bJXNwhQkoxrBdb96xrXB81/kdv1e6kqxgNBgHMfB8ksSotPHbJ0iyzYl6J/UL+6F /jsAH4hrTs46fV2fIuNv1y63UbheS9TBw1GGSoza9rW4Nxj6bcPF3CgfJM8j+fbEYlv0 u05kxwlY+k6UhRZopOSS6jn0cS/sTH6hDG0qXkE/CeWcR0UtdJ6viDYMJRGXqg3KCoS5 vE0w== MIME-Version: 1.0 X-Received: by 10.194.179.41 with SMTP id dd9mr163275078wjc.72.1426851865264; Fri, 20 Mar 2015 04:44:25 -0700 (PDT) Received: by 10.28.62.84 with HTTP; Fri, 20 Mar 2015 04:44:25 -0700 (PDT) In-Reply-To: References: <550B39AA.2090706@garfieldtech.com> Date: Fri, 20 Mar 2015 11:44:25 +0000 Message-ID: To: Leigh Cc: Larry Garfield , internals@lists.php.net Content-Type: multipart/alternative; boundary=089e01493d5c9388a70511b6d6e8 Subject: Re: [PHP-DEV] RFC - Array slice syntactic sugar From: bowersbros@gmail.com (Alex Bowers) --089e01493d5c9388a70511b6d6e8 Content-Type: text/plain; charset=UTF-8 > > That said, I'm a little older and wiser than I was then, I'd still be > interested in looking at this. I'll try and come up with _something_ that > works over the weekend. I started on the code last night, but didn't get very far. I got it to match the T_COLON, but no logic or parsing has been done yet. I am still a bit shaky on how to implement this, so would definitely appreciate the help --089e01493d5c9388a70511b6d6e8--