Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A DSAPI.h287 #define SAPI_DEFAULT_MIMETYPE "text/html" macro
H A DSAPI.c234 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in sapi_get_default_content_type()
H A Dmain.c502 …STD_PHP_INI_ENTRY("default_mimetype", SAPI_DEFAULT_MIMETYPE, PHP_INI_ALL, OnUpdateString, defau…
/PHP-5.3/sapi/apache/
H A Dmod_php5.c592 mimetype = SAPI_DEFAULT_MIMETYPE "; charset=" SAPI_DEFAULT_CHARSET; in php_apache_get_default_mimetype()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c643 mimetype = SAPI_DEFAULT_MIMETYPE "; charset=" SAPI_DEFAULT_CHARSET; in php_apache_get_default_mimetype()
/PHP-5.3/ext/iconv/
H A Diconv.c2362 mimetype =(SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE); in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1963 mimetype = SG(default_mimetype) ? SG(default_mimetype) : SAPI_DEFAULT_MIMETYPE; in PHP_FUNCTION()

Completed in 40 milliseconds