Searched refs:current_http_output_encoding (Results 1 – 2 of 2) sorted by relevance
166 const mbfl_encoding *current_http_output_encoding; variable
1295 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()1302 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()1307 MBSTRG(current_http_output_encoding) = encoding; in PHP_INI_MH()1499 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_INI_END()1615 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()1903 name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL; in PHP_FUNCTION()1915 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()2141 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()4574 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()4648 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()[all …]
Completed in 14 milliseconds