Home
last modified time | relevance | path

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

/PHP-8.0/ext/iconv/
H A Dphp_iconv.h87 PHP_ICONV_ERR_ILLEGAL_CHAR = 5, enumerator
H A Diconv.c366 return PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_appendl()
514 retval = PHP_ICONV_ERR_ILLEGAL_CHAR; in php_iconv_string()
590 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strlen()
716 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_substr()
815 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strpos()
1018 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1102 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1750 case PHP_ICONV_ERR_ILLEGAL_CHAR: in _php_iconv_show_error()

Completed in 14 milliseconds