Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 695 invoked by uid 1010); 16 Sep 2006 16:59:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 680 invoked from network); 16 Sep 2006 16:59:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2006 16:59:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.204 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.204 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.204] ([64.233.162.204:21709] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/0F-23155-B8D2C054 for ; Sat, 16 Sep 2006 12:59:56 -0400 Received: by nz-out-0102.google.com with SMTP id 8so311421nzo for ; Sat, 16 Sep 2006 09:59:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=K8j2+ftTIH+L+q/tCYNtvSARllUfprBfboUiaENPgOkQAiPItpjdYyfrvajcFiruMKsdL/23NsDivXMLi2kwtp/8qgVH4fYDxzLOHs/9rXufElva4mnwTc5v0jThYo83kJxcMdlrIIFRrI/cxSyaqZkbhdXFJhNsaZ3WY9KJ/m0= Received: by 10.65.119.14 with SMTP id w14mr10647725qbm; Sat, 16 Sep 2006 09:59:52 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id e15sm9462685qba.2006.09.16.09.59.51; Sat, 16 Sep 2006 09:59:51 -0700 (PDT) In-Reply-To: References: <20060916125431.42e9a5dd@pierre-u64> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <94DEA960-10E5-4796-8570-BB66520FC27C@prohost.org> Cc: pierre.php@gmail.com, internals@lists.php.net, derick@php.net, rasmus@php.net Content-Transfer-Encoding: 7bit Date: Sat, 16 Sep 2006 12:59:30 -0400 To: Dan Scott X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] ext/filter, Final API proposal From: ilia@prohost.org (Ilia Alshanetsky) On 16-Sep-06, at 11:35 AM, Dan Scott wrote: > Minor: the general structure of the function names are > __, so it would be more consistent if this was > 'input_list_filters'. > > Overall: +1 (with bonus points if you go with __ > for the two identified cases) I for one think we should try to keep the names of something that (hopefully) will be used often as short possible to reduce the likely hood of typos. Ilia Alshanetsky