Home
last modified time | relevance | path

Searched refs:charset (Results 126 – 150 of 245) sorted by relevance

12345678910

/PHP-5.5/ext/mbstring/tests/
H A Dbug52861.phpt26 Content-Type: text/plain; charset=%s
H A Dmb_encode_mimeheader_basic3.phpt11 /* Prototype : string mb_encode_mimeheader(string $str [, string $charset
13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_encode_mimeheader_basic.phpt12 …* (string $str [, string $charset [, string $transfer-encoding [, string $linefeed [, int $indent]…
13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_encode_mimeheader_basic2.phpt11 /* Prototype : string mb_encode_mimeheader(string $str [, string $charset
13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-5.5/ext/iconv/tests/
H A Diconv-charset-length-cve-2007-4840.phpt2 iconv() charset parameter length checks (CVE-2007-4840)
H A Diconv_set_encoding-charset-length-cve-2007-4840.phpt2 iconv_set_encoding() charset parameter length checks (CVE-2007-4840)
/PHP-5.5/ext/imap/tests/
H A Dbug32589.phpt18 $m_part2["charset"] = "ISO-8859-2";
H A Dbug31142_2.phpt17 $part1["charset"]='iso-8859-2';
/PHP-5.5/main/
H A DSAPI.c297 char *mimetype, *charset, *content_type; in get_default_content_type() local
308 charset = SG(default_charset); in get_default_content_type()
311 charset = SAPI_DEFAULT_CHARSET; in get_default_content_type()
315 if (*charset && strncasecmp(mimetype, "text/", 5) == 0) { in get_default_content_type()
325 memcpy(p, charset, charset_len + 1); in get_default_content_type()
365 char *charset, *newtype; in sapi_apply_default_charset() local
367 charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET; in sapi_apply_default_charset()
370 if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) { in sapi_apply_default_charset()
371 newlen = len + (sizeof(";charset=")-1) + strlen(charset); in sapi_apply_default_charset()
375 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller15.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller21.phpt17 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller11.phpt16 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller12.phpt15 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/pdo_mysql/tests/
H A DREADME12 PDO_MYSQL_TEST_CHARSET - database charset
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller15.phar.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller12.phar.phpt14 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller3.phar.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller15.phar.phpt15 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller12.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller21.phpt16 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller13.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller22.phpt14 Content-type: text/html; charset=UTF-8
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt27 string(28) "text/plain; charset=us-ascii"
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
/PHP-5.5/ext/interbase/tests/
H A Dinterbase.inc19 $user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));

Completed in 23 milliseconds

12345678910