Home
last modified time | relevance | path

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

/PHP-7.0/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 = (uint)strlen(SG(default_mimetype)); in get_default_content_type()
860 char *default_mimetype = get_default_content_type(0, &len); in sapi_send_headers() local
862 if (default_mimetype && len) { in sapi_send_headers()
865 SG(sapi_headers).mimetype = default_mimetype; in sapi_send_headers()
875 efree(default_mimetype); in sapi_send_headers()
H A DSAPI.h129 char *default_mimetype; member
H A Dmain.c552 …t_mimetype", SAPI_DEFAULT_MIMETYPE, PHP_INI_ALL, OnUpdateString, default_mimetype, sapi_global…
/PHP-7.0/ext/iconv/
H A Diconv.c419 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in php_iconv_output_handler()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c2161 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in PHP_FUNCTION()
/PHP-7.0/
H A Dphp.ini-development671 default_mimetype = "text/html"
H A Dphp.ini-production671 default_mimetype = "text/html"

Completed in 85 milliseconds