Home
last modified time | relevance | path

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

/PHP-7.3/ext/iconv/
H A Dphp_iconv.h98 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c632 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
751 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
871 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
903 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
1002 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
1190 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1204 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1503 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1686 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
2047 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 18 milliseconds