Home
last modified time | relevance | path

Searched refs:charset (Results 251 – 275 of 278) sorted by relevance

1...<<1112

/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt15 /* Read in table of all characters in JISX-0208 charset */
98 /* If the ISO-2022-JP-2004 string switches to a different charset, it
145 /* Since JIS X 0213 charset is a superset of JIS X 0208, we don't bother
H A Diso2022jp_ms_encoding.phpt62 /* Read in table of all characters in JISX-0201 charset */
81 /* If the string switches to a different charset, it should switch back to
H A Diso2022kr_encoding.phpt25 /* If the string switches to a different charset, it should switch back to
H A Diso2022jp_kddi_encoding.phpt78 /* Read in table of all characters in JISX-0201 charset */
97 /* If the string switches to a different charset, it should switch back to
H A Dmb_encode_mimeheader_indent.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…
22 $charset = 'utf-8';
27 var_dump( mb_encode_mimeheader($str, $charset, "B", $linefeed, $i));
28 var_dump( mb_encode_mimeheader($str, $charset, "Q", $linefeed, $i));
H A Dmb_encode_mimeheader_basic4.phpt185 mb_encode_mimeheader(): Argument #2 ($charset) "Quoted-Printable" cannot be used for MIME header en…
/php-src/ext/standard/tests/strings/
H A Dhtmlentities22.phpt35 function test($flag, $flag2=ENT_DISALLOWED, $charset="UTF-8") {
40 $a = htmlentities($test, $flag | $flag2, $charset, FALSE);
41 $b = htmlspecialchars($test, $flag | $flag2, $charset, FALSE);
H A Dhtmlentities24.phpt5 /* Prototype: string htmlentities ( string $string [, int $quote_style [, string $charset]] );
/php-src/ext/soap/tests/
H A Dbug73037.phpt91 Content-Type: application/soap+xml; charset=UTF-8
/php-src/ext/libxml/
H A Dlibxml.c507 zend_string *charset = php_libxml_sniff_charset_from_stream(s); in php_libxml_input_buffer_create_filename() local
508 if (charset != NULL) { in php_libxml_input_buffer_create_filename()
509 enc = xmlParseCharEncoding(ZSTR_VAL(charset)); in php_libxml_input_buffer_create_filename()
513 zend_string_release_ex(charset, false); in php_libxml_input_buffer_create_filename()
/php-src/ext/iconv/tests/
H A Diconv_mime_encode.phpt16 "output-charset" => "ISO-2022-JP",
17 "input-charset" => "EUC-JP",
/php-src/ext/mbstring/
H A Dmbstring.stub.php163 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
H A Dmbstring_arginfo.h150 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, charset, IS_STRING, 1, "null")
/php-src/ext/mysqli/
H A Dmysqli.stub.php972 public function set_charset(string $charset): bool {}
1576 function mysqli_set_charset(mysqli $mysql, string $charset): bool {}
H A Dmysqli_arginfo.h277 ZEND_ARG_TYPE_INFO(0, charset, IS_STRING, 0)
550 ZEND_ARG_TYPE_INFO(0, charset, IS_STRING, 0)
H A Dmysqli_nonapi.c977 cs = mysql->mysql->data->charset;
/php-src/sapi/fpm/tests/
H A Dstatus.inc17 'openmetrics' => 'application/openmetrics-text; version=1.0.0; charset=utf-8',
H A Dresponse.inc386 $this->checkHeader('Content-type', '|^' . $contentType . '(;\s?charset=\w+)?|', true)
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h432 …(*func_mysqlnd_conn_data__set_charset)(MYSQLND_CONN_DATA * const conn, const char * const charset);
902 const MYSQLND_CHARSET *charset; member
/php-src/ext/filter/
H A Dlogical_filters.c588 php_filter_url(value, flags, option_array, charset); in php_filter_validate_url()
/php-src/ext/dom/
H A Dphp_dom.stub.php1521 public string $charset; variable in DOM\\Document
/php-src/ext/soap/
H A Dsoap.c3432 doc->charset = XML_CHAR_ENCODING_UTF8;
3807 doc->charset = XML_CHAR_ENCODING_UTF8;
/php-src/ext/standard/
H A Darray.c1791 static const uint32_t charset[8] = { local
1810 if (UNEXPECTED(!ZEND_BIT_TEST(charset, ch))) {
/php-src/
H A Dphp.ini-development729 ; https://php.net/default-charset
H A Dphp.ini-production731 ; https://php.net/default-charset

Completed in 122 milliseconds

1...<<1112