Home
last modified time | relevance | path

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

/PHP-5.4/ext/iconv/
H A Dphp_iconv.h103 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c556 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
665 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
785 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
818 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
916 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
1104 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1118 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1415 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1569 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1926 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 9 milliseconds