Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A DSAPI.c310 if (SG(default_mimetype)) { in get_default_content_type()
311 mimetype = SG(default_mimetype); in get_default_content_type()
312 mimetype_len = (uint32_t)strlen(SG(default_mimetype)); in get_default_content_type()
859 char *default_mimetype = get_default_content_type(0, &len); in sapi_send_headers() local
861 if (default_mimetype && len) { in sapi_send_headers()
864 SG(sapi_headers).mimetype = default_mimetype; in sapi_send_headers()
874 efree(default_mimetype); in sapi_send_headers()
H A DSAPI.h127 char *default_mimetype; member
H A Dmain.c586 …t_mimetype", SAPI_DEFAULT_MIMETYPE, PHP_INI_ALL, OnUpdateString, default_mimetype, sapi_global…
/PHP-7.2/ext/iconv/
H A Diconv.c415 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in php_iconv_output_handler()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c2190 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in PHP_FUNCTION()
/PHP-7.2/
H A Dphp.ini-development682 default_mimetype = "text/html"
H A Dphp.ini-production684 default_mimetype = "text/html"

Completed in 43 milliseconds