Home
last modified time | relevance | path

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

/PHP-8.3/ext/iconv/
H A Dphp_iconv.h75 PHP_ICONV_ERR_ILLEGAL_CHAR = 5, enumerator
H A Diconv.c374 return PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_appendl()
522 retval = PHP_ICONV_ERR_ILLEGAL_CHAR; in php_iconv_string()
598 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strlen()
724 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_substr()
823 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strpos()
1026 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1110 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1760 case PHP_ICONV_ERR_ILLEGAL_CHAR: in _php_iconv_show_error()

Completed in 10 milliseconds