Home
last modified time | relevance | path

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

/PHP-5.3/ext/iconv/
H A Dphp_iconv.h103 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c488 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
597 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
717 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
750 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
848 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
1036 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1050 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1347 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1501 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1858 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 11 milliseconds