On 18 Jan 2001 [EMAIL PROTECTED] wrote:

> From:             [EMAIL PROTECTED]
> Operating system: Linux PPC
> PHP version:      4.0.4pl1
> PHP Bug Type:     *Regular Expressions
> Bug description:  sql_regcase
>
> sql_regcase does not behave like the manual page illustrates
>
> manual:
>
> echo sql_regcase("Foo Bar");
> [Ff][Oo][Oo][  ][Bb][Aa][Rr]
>
> observed:
>
> echo sql_regcase("Foo Bar");
> [Ff][Oo][Oo] [Bb][Aa][Rr]
>
>
> compiled with --with-mysql --with-apxs
>

The bug isn't with PHP; it's with the manual.

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to