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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stewb at centurytel dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 12:01:29 2025 UTC