Date: 02/26/01
- Next message: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9465: HAVE_INT_8_16_32 not being defined anywhere"
- Previous message: tsv <email protected>: "[PHP-DEV] PHP 4.0 Bug #9464: ifx.ec compile warning (ts_allocate_id)"
- In reply to: Stanislav Malyshev: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Next in thread: Ron Chmara: "Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stanislav Malyshev wrote:
> JM>> This is not in line with the other is_* functions. To keep in line
with
>
> If you mean ctype functions, I agree - they all should be is*. If you mean
> is_integer type functions - so what? It's not in line also with
> mysql_num_rows function, so? That's just functions from different area,
> and the fact that accidentally they start from the same two letters does
> not change much.
I agree. The ctype functions are wrappers for the isalnum, isalpha, etc ...
C functions. Even though the functions may look like they should be of the
ctype_is_xxx() format, they should probably be of the ctype_isalpha()
format.
--zak
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9465: HAVE_INT_8_16_32 not being defined anywhere"
- Previous message: tsv <email protected>: "[PHP-DEV] PHP 4.0 Bug #9464: ifx.ec compile warning (ts_allocate_id)"
- In reply to: Stanislav Malyshev: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Next in thread: Ron Chmara: "Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

