Home
last modified time | relevance | path

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

/PHP-7.0/ext/iconv/
H A Dphp_iconv.h100 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c641 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
760 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
881 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
914 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
1011 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
1198 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1212 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1510 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1664 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
2018 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 9 milliseconds