ID: 37773 User updated by: dave at dgx dot cz Reported By: dave at dgx dot cz Status: Open Bug Type: ICONV related PHP Version: 5.1.4 New Comment:
Of course, title is: iconv_substr() gives "Unknown error" when string length = 1" Operating system: Windows XP. It is not my error - bugs.php.net has bugs! Previous Comments: ------------------------------------------------------------------------ [2006-06-10 00:01:14] dave at dgx dot cz Description: ------------ (Similar to bug #34757). When input string length = 1, iconv_substr() produces "Unknown error (0)" and returns FALSE. Reproduce code: --------------- $s = 'x'; $s = iconv_substr($s, 0, 1, 'UTF-8'); var_dump($s); Expected result: ---------------- string(1) "x" Actual result: -------------- bool(false) and Notice: iconv_substr() [function.iconv-substr.html]: Unknown error (0) in ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37773&edit=1
