ID: 34757
Updated by: [EMAIL PROTECTED]
Reported By: shagren at ua dot fm
-Status: Open
+Status: Verified
Bug Type: ICONV related
Operating System: Win2k
PHP Version: 5.0.5
Previous Comments:
------------------------------------------------------------------------
[2005-10-06 14:11:47] shagren at ua dot fm
Description:
------------
For some "small"(or empty) stringes iconv_substr produce error when try
to use offset > strlen
Reproduce code:
---------------
<?php
$x = iconv_substr("a",3,2);
var_dump($x);
?>
Expected result:
----------------
bool(false)
Actual result:
--------------
PHP Notice: iconv_substr(): Unknown error (0) in C:\temp\1.php on line
2
Notice: iconv_substr(): Unknown error (0) in C:\temp\1.php on line 2
bool(false)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=34757&edit=1