Date: 02/26/01
- Next message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #9449 Updated: wordwrap runs into infinite loop"
- Previous message: James Moore: "[PHP-DEV] RE: [PHP-QA] ctype function (re?)naming"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] ctype function (re?)naming"
- Next in thread: Stanislav Malyshev: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Reply: Stanislav Malyshev: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Reply: Marten Gustafsson: "Re: [PHP-DEV] ctype function (re?)naming"
- Reply: Marten Gustafsson: "[PHP-DEV] Functions still execure when arguments are omitted"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message-----
> From: Stanislav Malyshev [mailto:stas <email protected>]
> Sent: 26 February 2001 09:52
> To: Hartmut Holzgraefe
> Cc: php-dev <email protected>; php-qa <email protected>
> Subject: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming
>
>
> HH>> RFC: what should their names be in 4.0.5?
> HH>>
> HH>> ( ) stay with ctype_alpha() ...
> HH>> (X) switch to ctype_isalpha() ...
> HH>> ( ) switch to ctype_isalpha() ... and have ctype_alpha() aliases
> HH>> ( ) switch to ctype_is_alpha() ...
> HH>> ( ) switch to ctype_is_alpha() ... and have ctype_alpha() aliases
> HH>> ( ) ____________________________________(fill in your idea here)
>
> And add isalpha alias for it.
This is not in line with the other is_* functions. To keep in line with
those I feel whatever we choose it should be ctype_is_* no is* as this is
used to mean a different test (isset) under the variable functions.
James
-- 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: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #9449 Updated: wordwrap runs into infinite loop"
- Previous message: James Moore: "[PHP-DEV] RE: [PHP-QA] ctype function (re?)naming"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] ctype function (re?)naming"
- Next in thread: Stanislav Malyshev: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Reply: Stanislav Malyshev: "[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming"
- Reply: Marten Gustafsson: "Re: [PHP-DEV] ctype function (re?)naming"
- Reply: Marten Gustafsson: "[PHP-DEV] Functions still execure when arguments are omitted"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

