php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #8773 sql_regcase
Submitted: 2001-01-17 20:57 UTC Modified: 2001-01-22 20:08 UTC
From: stewb at centurytel dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.4pl1 OS: Linux PPC
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
12 + 12 = ?
Subscribe to this entry?

 
 [2001-01-17 20:57 UTC] stewb at centurytel dot net
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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-19 12:35 UTC] cynic@php.net
reclassifying
 [2001-01-22 20:07 UTC] jimw@php.net
changed, although the old example was correct for php3. doesn't really make a difference.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 08:01:29 2024 UTC