Home
last modified time | relevance | path

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

/PHP-8.0/ext/iconv/
H A Dphp_iconv.h84 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c446 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
563 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
670 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
698 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
791 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
941 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
951 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1212 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1391 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1745 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 13 milliseconds