Home
last modified time | relevance | path

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

/PHP-8.3/ext/iconv/
H A Dphp_iconv.h72 PHP_ICONV_ERR_WRONG_CHARSET = 2, enumerator
H A Diconv.c454 return PHP_ICONV_ERR_WRONG_CHARSET; in php_iconv_string()
571 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strlen()
678 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
706 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_substr()
799 return PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_strpos()
949 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
959 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_encode()
1220 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1399 err = PHP_ICONV_ERR_WRONG_CHARSET; in _php_iconv_mime_decode()
1755 case PHP_ICONV_ERR_WRONG_CHARSET: in _php_iconv_show_error()

Completed in 10 milliseconds