Home
last modified time | relevance | path

Searched refs:charset (Results 176 – 200 of 278) sorted by relevance

12345678910>>...12

/php-src/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt25 string(28) "text/plain; charset=us-ascii"
/php-src/sapi/cli/tests/
H A Dphp_cli_server_007.phpt36 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_022.phpt42 Content-type: text/html; charset=UTF-8
H A Dbug73630.phpt42 Content-type: text/html; charset=UTF-8
H A Dbug66606_2.phpt39 Content-type: text/html; charset=UTF-8
H A Dgh13113.phpt35 Content-type: text/html; charset=UTF-8
H A Dupload_2G.phpt64 Content-Type: text/plain; charset=UTF-8
100 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_004.phpt39 Content-type: text/html; charset=UTF-8
/php-src/ext/phar/tests/
H A Dfrontcontroller21.phpt16 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller22.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller13.phpt14 Content-type: text/html; charset=UTF-8
/php-src/ext/iconv/tests/
H A Diconv_set_encoding-charset-length-cve-2007-4840.phpt2 iconv_set_encoding() charset parameter length checks (CVE-2007-4840)
/php-src/main/
H A DSAPI.c303 char *mimetype, *charset, *content_type; in get_default_content_type() local
314 charset = SG(default_charset); in get_default_content_type()
317 charset = SAPI_DEFAULT_CHARSET; in get_default_content_type()
321 if (*charset && strncasecmp(mimetype, "text/", 5) == 0) { in get_default_content_type()
329 memcpy(p, charset, charset_len + 1); in get_default_content_type()
369 char *charset, *newtype; in sapi_apply_default_charset() local
371 charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET; in sapi_apply_default_charset()
374 if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) { in sapi_apply_default_charset()
375 newlen = len + (sizeof(";charset=")-1) + strlen(charset); in sapi_apply_default_charset()
379 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
/php-src/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt82 /* label column, result set charset */
84 printf("[004] Expecting charset %s/%d got %d\n",
85 $charsetInfo->charset, $charsetInfo->number, $field->charsetnr);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt14 $link = MySQLPDOTest::factory('PDO', ['charset' => 'GBK']);
37 $link = MySQLPDOTest::factory('PDO', ['charset' => 'utf8mb4']);
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller13.phar.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller21.phar.phpt16 Content-type: text/html; charset=UTF-8
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller13.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller31.phpt16 Content-type: text/html; charset=UTF-8
/php-src/ext/filter/
H A Dphp_filter.h64 #define PHP_INPUT_FILTER_PARAM_DECL zval *value, zend_long flags, zval *option_array, char *charset
/php-src/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt17 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller12.phar.phpt16 Content-type: text/html; charset=UTF-8
/php-src/ext/mbstring/tests/
H A Dgh8086.phpt16 $header["Content-Type"] = "text/html; charset=UTF-8";

Completed in 27 milliseconds

12345678910>>...12