ID:               34989
 Updated by:       [EMAIL PROTECTED]
 Reported By:      claudiu at daltila dot com
-Status:           Open
+Status:           Feedback
-Bug Type:         PHP options/info functions
+Bug Type:         Strings related
 Operating System: Linux
 PHP Version:      5.0.5
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------

[2005-10-26 10:18:07] claudiu at daltila dot com

Description:
------------
I used in 2 part of the same php script function ucwords. I one part
works ok...and in other part...doesn't

Reproduce code:
---------------
1.ucwords($row["h1"])
2. echo $tomb[$i]." - ".strtolower($tomb[$i])." -
".ucwords(strtolower($tomb[$i]))."<br>";

Expected result:
----------------
1. 
 Casino Affiliates
 
 
 Gambling News
 
 
 Gambling Rules
 
 
 Land Based Casinos
 
 
 Online Casinos
 
 
 Online Gambling 
2.
ONLINE GAMBLING - online gambling - Online Gambling
Home - home - home

Actual result:
--------------
1. ok
2. ONLINE GAMBLING - online gambling - online Gambling
Home - home - home


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34989&edit=1

Reply via email to