On 16-Sep-06, at 9:27 PM, Pierre wrote:

Hello,

On 9/17/06, Andi Gutmans <[EMAIL PROTECTED]> wrote:
Yep I agree. I thought the idea was to go to filter_* which has been our
standard for extensions.
I'm sure we can find good names for the functions in this way.

old name > new name:

input_get              > filter_get
input_get_args      > filter_get_args
input_has_variable > filter_has_variable
nput_ filters_ list    > filter_list()
input_name_to_filter > filter_id(name)

These looks good. The only other suggestion is to explore the option of renaming filter_get_args() to filter_get_variable() so it is a bit more consistent with filter_has_variable().

Ilia Alshanetsky

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to