Home
last modified time | relevance | path

Searched refs:charset (Results 51 – 75 of 278) sorted by relevance

12345678910>>...12

/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_createFromString_override_encoding.phpt17 var_dump($dom->charset);
22 var_dump($dom->charset);
/php-src/sapi/cli/tests/
H A Dphp_cli_server_013.phpt131 Content-Type: text/html; charset=UTF-8
141 Content-Type: text/html; charset=UTF-8
151 Content-Type: text/html; charset=UTF-8
160 Content-Type: text/html; charset=UTF-8
171 Content-Type: text/html; charset=UTF-8
182 Content-Type: text/html; charset=UTF-8
H A Dcli_server_persistent_string002.phpt32 Content-type: text/html; charset=UTF-8
39 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_019.phpt43 Content-type: text/html; charset=UTF-8
63 string(24) "text/html; charset=UTF-8"
H A Dphp_cli_server_010.phpt52 Content-type: text/html; charset=UTF-8
63 Content-type: text/html; charset=UTF-8
H A Dphp_cli_server_009.phpt71 Content-type: text/html; charset=UTF-8
79 Content-type: text/html; charset=UTF-8
/php-src/ext/mbstring/tests/
H A Dmb_send_mail01.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=UTF-8
H A Dmb_send_mail03.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=%s-8859-1
H A Dmb_send_mail02.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=ISO-2022-JP
H A Dmb_send_mail04.phpt37 Content-Type: text/plain; charset=%s
44 Content-Type: text/plain; charset=%s-8859-15
H A Dmb_send_mail06.phpt40 Content-Type: text/plain; charset=%s
47 Content-Type: text/plain; charset=BIG5
H A Dmb_encode_mimeheader_variation6.phpt7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
8 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_send_mail05.phpt40 Content-Type: text/plain; charset=%s
48 Content-Type: text/plain; charset=HZ-GB-2312
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_full_document.phpt13 <meta charset="utf-8">
36 <meta charset="utf-8">
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt31 /* label column, result set charset */
33 printf("[004] Expecting charset %s/%d got %d\n",
34 $charsetInfo->charset,
H A Dmysqli_set_charset.phpt27 …if (!$res = mysqli_query($link, 'SELECT @@character_set_connection AS charset, @@collation_connect…
31 if (!$character_set_connection = $tmp['charset'])
52 …if (!$res = mysqli_query($link, 'SELECT @@character_set_connection AS charset, @@collation_connect…
56 if ($new_charset !== $tmp['charset'])
57 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
H A Dmysqli_fetch_field.phpt26 /* ID column, binary charset */
30 /* label column, result set charset */
34 printf("[004] Expecting charset %s/%d got %d\n",
35 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
/php-src/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
H A Diconv_substr.phpt17 function foo($str, $offset, $len, $charset) {
19 hexdump(iconv_substr($str, $offset, $len, $charset));
H A Dgh7953.phpt19 Content-Type: text/html; charset=ISO-8859-1
/php-src/ext/fileinfo/tests/
H A Dbug68398.phpt13 string(31) "application/zip; charset=binary"
H A Dbug79756.phpt14 application/vnd.ms-excel; charset=binary
H A Dgh13344.phpt12 application/octet-stream; charset=utf-32le
/php-src/sapi/cgi/tests/
H A Dbug81518b.phpt10 Content-type: text/html;charset=UTF-8
/php-src/ext/filter/
H A Dfilter.c241 …ter(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, bool copy) /* {{… in php_zval_filter() argument
273 filter_func.function(value, flags, options, charset); in php_zval_filter()
366 …ive(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, bool copy) /* {{… in php_zval_filter_recursive() argument
380 php_zval_filter_recursive(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
382 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
387 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
463 char *charset = NULL; in php_filter_call() local
511 php_zval_filter_recursive(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
524 php_zval_filter(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()

Completed in 26 milliseconds

12345678910>>...12