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
 [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: Wed Apr 24 23:01:34 2024 UTC