ID: 37176 User updated by: lana0 at zahav dot net dot il Reported By: lana0 at zahav dot net dot il -Status: Feedback +Status: Closed Bug Type: ICONV related Operating System: XP SP2 PHP Version: 5.1.2 Assigned To: moriyoshi New Comment:
I see now it works right. Previous Comments: ------------------------------------------------------------------------ [2006-04-28 05:12:31] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2006-04-24 19:52:35] [EMAIL PROTECTED] Assigned to the maintainer. ------------------------------------------------------------------------ [2006-04-24 02:26:54] lana0 at zahav dot net dot il Description: ------------ The next statements return FALSE (and should return 1): echo iconv_strpos('11--','1-',0,'UTF-8'); echo iconv_strpos('-11--','1-',0,'UTF-8'); .i.e it fails if the first char of a searched string comes doubled in parsed one. Reproduce code: --------------- echo iconv_strpos('11--','1-',0,'UTF-8'); echo iconv_strpos('-11--','1-',0,'UTF-8'); Expected result: ---------------- 1 2 Actual result: -------------- FALSE FALSE ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37176&edit=1