Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Diconv.c262 static const char *get_internal_encoding(void) { in get_internal_encoding() function
341 …t->in.used, &out, get_output_encoding(), get_internal_encoding()), get_output_encoding(), get_inte… in php_iconv_output_handler()
1806 charset = get_internal_encoding(); in PHP_FUNCTION()
1842 charset = get_internal_encoding(); in PHP_FUNCTION()
1883 charset = get_internal_encoding(); in PHP_FUNCTION()
1944 charset = get_internal_encoding(); in PHP_FUNCTION()
1973 const char *in_charset = get_internal_encoding(); in PHP_FUNCTION()
2080 charset = get_internal_encoding(); in PHP_FUNCTION()
2117 charset = get_internal_encoding(); in PHP_FUNCTION()
2280 add_assoc_string(return_value, "internal_encoding", get_internal_encoding()); in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds