Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61496 invoked from network); 14 May 2012 11:23:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2012 11:23:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:48854] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/F2-44671-23BE0BF4 for ; Mon, 14 May 2012 07:23:31 -0400 Received: by yhfq11 with SMTP id q11so4850678yhf.29 for ; Mon, 14 May 2012 04:23:27 -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=2FwKdGzGkyIpoe8vXPPxzNoAATCJy8s6dFhEZkVymEI=; b=s2j7ev0TqGhnnpC53aHcNfJkupck4luMoNHpRx8JqnB/3cOi74NVfpU8UB4mvU7pFw p5vqnGIa+8uZi3F+Stwlkv1OLZv5qgLvbPWQ/HPy4YX6/D5oz1jjsTwMHmPGh6IPOXn0 7ZsR0mdNhtstJuf6hnVtV+FzdPB7cWWSJ5SFlPHlKXq7+DDcR02gXJqEPu2slqep0zYj l2tHdFBoMCBHaPZe4SQ6btDbmM9DmHYQL9n7oi1IT2vz2lY7gLunY0YKKT1xB17gAPkW G6mmR0qrMuEf4uz9gx6INPcQsGBf+mkmSx9qRpCQr9latUNQGIIyfa9WUKKKuVF630P0 vkmA== MIME-Version: 1.0 Received: by 10.50.222.202 with SMTP id qo10mr4065912igc.0.1336994607491; Mon, 14 May 2012 04:23:27 -0700 (PDT) Received: by 10.64.31.198 with HTTP; Mon, 14 May 2012 04:23:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 14 May 2012 12:23:27 +0100 Message-ID: To: Gustavo Lopes Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=14dae934112ba56b4204bffd5036 Subject: Re: [PHP-DEV] [RFC] [DISCUSSION] array_part() From: dragoonis@gmail.com (Paul Dragoonis) --14dae934112ba56b4204bffd5036 Content-Type: text/plain; charset=ISO-8859-1 Hey, Am i correct in assuming this is basically substr() for arrays. On Mon, May 14, 2012 at 11:29 AM, Gustavo Lopes wrote: > On Mon, 14 May 2012 12:26:11 +0200, Paul Dragoonis > wrote: > > Can you please add some code examples on the RFC, that get outputted as >>
 tags.
>>
>> Ideally demonstrating var_dump() output to inspect the return value of
>> your
>> new function to get a clear indication of the input, and resulting output.
>>
>>
> The examples were linked from the RFC page. I've made the link more
> obvious. In any case, here is the URL:
>
> https://gist.github.com/**2660601#file_test.php
>
>
> --
> Gustavo Lopes
>

--14dae934112ba56b4204bffd5036--