Searched refs:SAPI_DEFAULT_CHARSET (Results 1 – 2 of 2) sorted by relevance
308 #define SAPI_DEFAULT_CHARSET PHP_DEFAULT_CHARSET macro
315 charset = SAPI_DEFAULT_CHARSET; in get_default_content_type()316 charset_len = sizeof(SAPI_DEFAULT_CHARSET) - 1; in get_default_content_type()369 charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET; in sapi_apply_default_charset()
Completed in 8 milliseconds