Searched refs:SAPI_DEFAULT_CHARSET (Results 1 – 2 of 2) sorted by relevance
289 #define SAPI_DEFAULT_CHARSET PHP_DEFAULT_CHARSET macro
321 charset = SAPI_DEFAULT_CHARSET; in get_default_content_type()322 charset_len = sizeof(SAPI_DEFAULT_CHARSET) - 1; in get_default_content_type()377 charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET; in sapi_apply_default_charset()
Completed in 11 milliseconds