Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60569 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53407 invoked from network); 14 May 2012 10:26:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2012 10:26:14 -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.170 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:35747] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/81-44671-6CDD0BF4 for ; Mon, 14 May 2012 06:26:14 -0400 Received: by yenm2 with SMTP id m2so3194315yen.29 for ; Mon, 14 May 2012 03:26:11 -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=iTuOH0JD9ZnU4e5Dkvhd4Kc3qEHB7caTb7XUI63BaNc=; b=EZath3MuRqII4mTregPLy5GbOy9sDKcdpBiHCPHKWf+SyyVsN9VcapQy3PNsSF2DY9 5+AqcBgt9Cf61hpGEa70jJRloq0qJWV6IX7iDPRza7B6pzHkJt0VMo09OwFdoPOxobjg WxPiFLWHeauUb86SrEixvI4snB9l50NZOrDWXmazz4V8yQZ8sNRMlKWHrVXm4ZIU8H9Q kWbeOmj5yW2Sg11fcsl0+SjoyWftuc4C/WXGD5B5vQLWq1JuyVJv1Ppm+lKijIqdcR7N JsTqzvu0wHEcu80VQXiPgPWppfFf8h1XaUL5DWudAkMwGmA1FI7dOco2CiCx9jjNgYoO dcAQ== MIME-Version: 1.0 Received: by 10.50.195.234 with SMTP id ih10mr3929560igc.0.1336991171127; Mon, 14 May 2012 03:26:11 -0700 (PDT) Received: by 10.64.31.198 with HTTP; Mon, 14 May 2012 03:26:11 -0700 (PDT) In-Reply-To: References: Date: Mon, 14 May 2012 11:26:11 +0100 Message-ID: To: Gustavo Lopes Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=14dae934125bd2a98604bffc83dc Subject: Re: [PHP-DEV] [RFC] [DISCUSSION] array_part() From: dragoonis@gmail.com (Paul Dragoonis) --14dae934125bd2a98604bffc83dc Content-Type: text/plain; charset=ISO-8859-1 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.

- Paul.

On Mon, May 14, 2012 at 11:21 AM, Gustavo Lopes wrote:

> Hi
>
> I have a proposal to add a new function to ext/standard: array_part():
>
> https://wiki.php.net/rfc/**array_part
>
> Comments would be very welcome, especially the constructive kind.
>
> Please keep this on topic. In particular, avoid proposing new syntax as
> I'm not interested in that. You can of course create your own RFC for that
> purpose.
>
> --
> Gustavo Lopes
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--14dae934125bd2a98604bffc83dc--