Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dmbstring.h79 const mbfl_encoding *current_http_output_encoding; variable
H A Dmbstring.c773 MBSTRG(current_http_output_encoding) = encoding; in _php_mb_ini_mbstring_http_output_set()
993 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_GINIT_FUNCTION()
1117 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1344 ZEND_ASSERT(MBSTRG(current_http_output_encoding)); in PHP_FUNCTION()
1345 RETURN_STRING(MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
1353 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
1572 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
3754 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
3755 … add_assoc_string(return_value, "http_output", (char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
3814 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
[all …]

Completed in 57 milliseconds