Home
last modified time | relevance | path

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

/PHP-7.0/ext/iconv/
H A Dphp_iconv.h103 PHP_ICONV_ERR_ILLEGAL_CHAR = 5, enumerator
H A Diconv.c478 return PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_appendl()
709 retval = PHP_ICONV_ERR_ILLEGAL_CHAR; in php_iconv_string()
793 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strlen()
936 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_substr()
1036 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strpos()
1282 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1383 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
2023 case PHP_ICONV_ERR_ILLEGAL_CHAR: in _php_iconv_show_error()

Completed in 20 milliseconds