Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9653 invoked by uid 1010); 16 Sep 2006 17:29:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9638 invoked from network); 16 Sep 2006 17:29:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2006 17:29:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=denials@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=denials@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.229 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: denials@gmail.com X-Host-Fingerprint: 66.249.82.229 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.229] ([66.249.82.229:29471] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/20-23155-E543C054 for ; Sat, 16 Sep 2006 13:29:02 -0400 Received: by wx-out-0506.google.com with SMTP id s18so3757637wxc for ; Sat, 16 Sep 2006 10:29:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WqUQJrTPF12V2huOowiPRjajw4zxytkc8walejBEI0RPQOz2/I822NG8lY9d1j41DSWdtUinzw1jJz4dI5fEIEKGN2JCD46GyD8v81cKwOLf+51ZGNm4NeTRR/Yth/CeQe0VfixAagBSPRDNa3Hb4CPju5cM+FKXGc0dSlAoPbE= Received: by 10.90.25.3 with SMTP id 3mr4129211agy; Sat, 16 Sep 2006 10:28:59 -0700 (PDT) Received: by 10.90.78.19 with HTTP; Sat, 16 Sep 2006 10:28:58 -0700 (PDT) Message-ID: Date: Sat, 16 Sep 2006 13:28:58 -0400 To: "Ilia Alshanetsky" Cc: pierre.php@gmail.com, internals@lists.php.net, derick@php.net, rasmus@php.net In-Reply-To: <94DEA960-10E5-4796-8570-BB66520FC27C@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060916125431.42e9a5dd@pierre-u64> <94DEA960-10E5-4796-8570-BB66520FC27C@prohost.org> Subject: Re: [PHP-DEV] ext/filter, Final API proposal From: denials@gmail.com ("Dan Scott") On 16/09/06, Ilia Alshanetsky wrote: > > 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 Agreed. input_id_filter() is shorter than input_name_to_filter(), and input_list_filters() is the same length as input_filters_list(). Dan