Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.h77 const mbfl_encoding *current_http_output_encoding; variable
H A Dmbstring.c770 MBSTRG(current_http_output_encoding) = encoding; in _php_mb_ini_mbstring_http_output_set()
990 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_GINIT_FUNCTION()
1118 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1348 ZEND_ASSERT(MBSTRG(current_http_output_encoding)); in PHP_FUNCTION()
1349 RETURN_STRING(MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
1357 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
1560 const mbfl_encoding *encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
4711 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
4712 … add_assoc_string(return_value, "http_output", (char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
4774 ZEND_ASSERT(MBSTRG(current_http_output_encoding)); in PHP_FUNCTION()
[all …]

Completed in 27 milliseconds