Searched refs:current_http_output_encoding (Results 1 – 2 of 2) sorted by relevance
79 const mbfl_encoding *current_http_output_encoding; variable
767 MBSTRG(current_http_output_encoding) = encoding; in _php_mb_ini_mbstring_http_output_set()987 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_GINIT_FUNCTION()1111 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()1338 ZEND_ASSERT(MBSTRG(current_http_output_encoding)); in PHP_FUNCTION()1339 RETURN_STRING(MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()1347 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()1563 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()3783 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()3784 … add_assoc_string(return_value, "http_output", (char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()3843 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()[all …]
Completed in 18 milliseconds