Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.c1277 static int _php_mb_ini_mbstring_http_input_set(const char *new_value, size_t new_value_length) { in _php_mb_ini_mbstring_http_input_set() function
1301 _php_mb_ini_mbstring_http_input_set(encoding, strlen(encoding)); in PHP_INI_MH()
1306 return _php_mb_ini_mbstring_http_input_set(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
1521 _php_mb_ini_mbstring_http_input_set(encoding, strlen(encoding)); in PHP_INI_END()

Completed in 16 milliseconds