Home
last modified time | relevance | path

Searched refs:PHP_ICONV_ERR_ILLEGAL_CHAR (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/iconv/
H A Dphp_iconv.h106 PHP_ICONV_ERR_ILLEGAL_CHAR = 5, enumerator
H A Diconv.c341 return PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_appendl()
546 retval = PHP_ICONV_ERR_ILLEGAL_CHAR; in php_iconv_string()
629 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strlen()
772 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_substr()
873 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strpos()
1121 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1221 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1863 case PHP_ICONV_ERR_ILLEGAL_CHAR: in _php_iconv_show_error()

Completed in 11 milliseconds