Home
last modified time | relevance | path

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

/PHP-5.5/ext/iconv/
H A Dphp_iconv.h106 PHP_ICONV_ERR_ILLEGAL_CHAR = 5, enumerator
H A Diconv.c405 return PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_appendl()
644 retval = PHP_ICONV_ERR_ILLEGAL_CHAR; in php_iconv_string()
727 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strlen()
870 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_substr()
971 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_strpos()
1219 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1319 err = PHP_ICONV_ERR_ILLEGAL_CHAR; in _php_iconv_mime_encode()
1961 case PHP_ICONV_ERR_ILLEGAL_CHAR: in _php_iconv_show_error()

Completed in 16 milliseconds