Home
last modified time | relevance | path

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

/PHP-7.3/ext/iconv/
H A Dphp_iconv.h101 PHP_ICONV_ERR_ILLEGAL_CHAR = 5, enumerator
H A Diconv.c472 return PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_appendl()
700 retval = PHP_ICONV_ERR_ILLEGAL_CHAR; in php_iconv_string()
782 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strlen()
925 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_substr()
1030 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strpos()
1275 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1376 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
2052 case PHP_ICONV_ERR_ILLEGAL_CHAR: in _php_iconv_show_error()

Completed in 21 milliseconds