Searched refs:http_input_identify (Results 1 – 3 of 3) sorted by relevance
80 const mbfl_encoding *http_input_identify; variable
146 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()368 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
988 mbstring_globals->http_input_identify = NULL; in PHP_GINIT_FUNCTION()1143 MBSTRG(http_input_identify) = NULL; in PHP_RSHUTDOWN_FUNCTION()1262 encoding = MBSTRG(http_input_identify); in PHP_FUNCTION()1535 MBSTRG(http_input_identify) = detected; in PHP_FUNCTION()3780 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()3781 add_assoc_string(return_value, "http_input", (char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()3839 if (MBSTRG(http_input_identify)) { in PHP_FUNCTION()3840 RETVAL_STRING((char *)MBSTRG(http_input_identify)->name); in PHP_FUNCTION()4392 MBSTRG(http_input_identify) = (const mbfl_encoding*)encoding; in php_mb_gpc_set_input_encoding()
Completed in 22 milliseconds