ID: 34989 User updated by: claudiu at daltila dot com Reported By: claudiu at daltila dot com -Status: Feedback +Status: Open Bug Type: Strings related Operating System: Linux PHP Version: 5.0.5 New Comment:
The code I can send U is making part of a big project. I'm not allowed to send code example, but we can discuss on YM to see the exact site I'm working ok and to see the bug. Previous Comments: ------------------------------------------------------------------------ [2005-10-26 10:24:46] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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