Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12370 invoked by uid 1010); 16 Sep 2006 17:36:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12355 invoked from network); 16 Sep 2006 17:36:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2006 17:36:06 -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.166.176 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.166.176 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.176] ([64.233.166.176:27388] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/70-23155-4063C054 for ; Sat, 16 Sep 2006 13:36:05 -0400 Received: by py-out-1112.google.com with SMTP id c39so4033116pyd for ; Sat, 16 Sep 2006 10:36:01 -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=p8l8Pe8upPHjmN0IqBk+XyrucHSQg9NhleFBdilki5tVES2Az6gJ8lUjhcZ6ZfBfqmbOKagaRGA8ylMhMPny4rU/sF6w5ANqvE5WfJ9KgGATIPpDimqqtsooih8MBUe9U8BHrBWVfNoxvbjFitOTZU6M799+9DE+weA/zCn1SWI= Received: by 10.64.184.14 with SMTP id h14mr13514125qbf; Sat, 16 Sep 2006 10:36:01 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id e15sm498483qbe.2006.09.16.10.36.00; Sat, 16 Sep 2006 10:36:01 -0700 (PDT) In-Reply-To: References: <20060916125431.42e9a5dd@pierre-u64> <94DEA960-10E5-4796-8570-BB66520FC27C@prohost.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <5338BEA3-A8B9-4027-AAE3-2072959F84F9@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 13:35:42 -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 1:28 PM, Dan Scott wrote: > Agreed. input_id_filter() is shorter than input_name_to_filter(), and > input_list_filters() is the same length as input_filters_list(). Why not change the function prefixes to filter_*, which in turn allows for MUCH shorter name, Ex: input_list_filters -> filter_list() Ilia Alshanetsky