Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmbstring.h142 const mbfl_encoding *current_http_output_encoding; variable
H A Dmbstring.c1336 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()
1343 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()
1348 MBSTRG(current_http_output_encoding) = encoding; in PHP_INI_MH()
1543 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_INI_END()
1714 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1964 name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL; in PHP_FUNCTION()
1976 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
2224 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
4512 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
4586 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds