Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Dphp_iconv.h72 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c453 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
570 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
677 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
705 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
798 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
948 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
958 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1219 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1398 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1754 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 10 milliseconds