Home
last modified time | relevance | path

Searched refs:utf (Results 1 – 25 of 220) sorted by relevance

123456789

/PHP-7.1/ext/mbstring/tests/
H A Dmb_convert_kana.phpt23 echo $zenKakuA . ' => ' . mb_convert_kana($zenKakuA, 'AZKH', 'utf-8');
25 echo $zenKakuB . ' => ' . mb_convert_kana($zenKakuB, 'azkh', 'utf-8');
27 echo $zenKakuC . ' => ' . mb_convert_kana($zenKakuC, 'azkh', 'utf-8');
29 echo $zenKakuD . ' => ' . mb_convert_kana($zenKakuD, 'azkh', 'utf-8');
31 echo $zenKakuE . ' => ' . mb_convert_kana($zenKakuE, 'azkh', 'utf-8');
33 echo $zenKakuF . ' => ' . mb_convert_kana($zenKakuF, 'azkh', 'utf-8');
36 echo $hanKakuA . ' => ' . mb_convert_kana($hanKakuA, 'AZKH', 'utf-8');
38 echo $hanKakuB . ' => ' . mb_convert_kana($hanKakuB, 'AZKH', 'utf-8');
40 echo $hanKakuC . ' => ' . mb_convert_kana($hanKakuC, 'AZKH', 'utf-8');
42 echo $hanKakuD . ' => ' . mb_convert_kana($hanKakuD, 'AZKH', 'utf-8');
H A Dbug66964.phpt8 var_dump(mb_convert_variables('utf-8', 'auto', $a));
9 var_dump(mb_convert_variables('utf-8', 'utf-8', $a));
16 var_dump(mb_convert_variables('utf-8', 'utf-8', $a), $a);
19 var_dump(mb_convert_variables('utf-8', 'utf-8', $a), $a);
H A Dmb_strrpos_variation5.phpt25 utf-8
28 $inputs = array('Double Quoted String' => "utf-8",
29 'Single Quoted String' => 'utf-8',
34 var_dump(mb_strrpos($string_mb, $needle_mb, $input, 'utf-8'));
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_newline.c75 BOOL utf) in PRIV()
78 (void)utf; in PRIV()
80 if (utf) in PRIV()
115 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; in PRIV()
150 BOOL utf) in PRIV()
153 (void)utf; in PRIV()
156 if (utf) in PRIV()
194 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; in PRIV()
H A Dpcre_study.c301 if (utf) return -1; in find_minlength()
634 compile_data *cd, BOOL utf) in set_table_bit() argument
642 if (utf && c > 127) in set_table_bit()
675 if (utf && c > 127) in set_table_bit()
935 if (utf) in set_start_bits()
1105 if (utf) in set_start_bits()
1137 if (utf) in set_start_bits()
1235 if (utf) in set_start_bits()
1261 if (utf) in set_start_bits()
1326 if (utf) in set_start_bits()
[all …]
H A Dpcre_xclass.c65 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV()
70 (void)utf; in PRIV()
73 utf = TRUE; in PRIV()
104 if (utf) in PRIV()
116 if (utf) in PRIV()
H A Dpcre_printint.c116 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char() argument
122 (void)utf; /* Avoid compiler warning */ in print_char()
132 if (!utf || (c & 0xc0) != 0xc0) in print_char()
168 if (!utf || (c & 0xfc00) != 0xd800) in print_char()
194 if (!utf || (c & 0xfffff800u) != 0xd800u) in print_char()
312 BOOL utf; in pcre_printint() local
332 utf = (options & PCRE_UTF8) != 0; in pcre_printint()
372 code += 1 + print_char(f, code, utf); in pcre_printint()
383 code += 1 + print_char(f, code, utf); in pcre_printint()
545 extra = print_char(f, code + 1, utf); in pcre_printint()
[all …]
/PHP-7.1/ext/iconv/tests/
H A Dbug51250.phpt9 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= .", $m));
10 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= .", $m));
11 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= .", $m));
12 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?Q?".chr(0xA1)."?= .", $m));
14 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= ."));
15 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= ."));
16 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= ."));
17 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?Q?".chr(0xA1)."?= ."));
H A Dtranslit-utf8.phpt14 $utf = implode('', file(dirname(__FILE__).'/Quotes.UTF-8'));
16 print(iconv("UTF-8", "ISO-8859-1//TRANSLIT", $utf));
17 print(iconv("UTF-8", "ASCII//TRANSLIT", $utf));
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug40576_64bit.phpt23 string(125) "<?xml version="1.0" encoding="utf-8"?>
32 string(119) "<?xml version="1.0" encoding="utf-8"?>
41 string(116) "<?xml version="1.0" encoding="utf-8"?>
50 string(106) "<?xml version="1.0" encoding="utf-8"?>
59 string(118) "<?xml version="1.0" encoding="utf-8"?>
68 string(139) "<?xml version="1.0" encoding="utf-8"?>
H A Dbug40576.phpt23 string(125) "<?xml version="1.0" encoding="utf-8"?>
32 string(130) "<?xml version="1.0" encoding="utf-8"?>
41 string(116) "<?xml version="1.0" encoding="utf-8"?>
50 string(106) "<?xml version="1.0" encoding="utf-8"?>
59 string(118) "<?xml version="1.0" encoding="utf-8"?>
68 string(139) "<?xml version="1.0" encoding="utf-8"?>
H A D005.phpt20 <?xml version="1.0" encoding="utf-8"?>
28 <?xml version="1.0" encoding="utf-8"?>
36 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.1/ext/standard/tests/directory/
H A Dbug74589_utf8.phpt10 internal_encoding=utf-8
14 #vim: set fileencoding=utf-8
15 #vim: set encoding=utf-8
18 $item = "bug74589_新建文件夹"; // utf-8 string
43 $item = "bug74589_新建文件夹"; // utf-8 string
/PHP-7.1/
H A D.editorconfig6 charset = utf-8
15 charset = utf-8
23 charset = utf-8
31 charset = utf-8
/PHP-7.1/ext/intl/tests/
H A Dbug75317.phpt9 $utf8 = UConverter::getAliases('utf-8')[0];
10 $utf16 = UConverter::getAliases('utf-16')[0];
11 $utf32 = UConverter::getAliases('utf-32')[0];
24 $c = new UConverter('utf-16', 'latin1');
29 var_dump($c->setDestinationEncoding('utf-8'));
30 var_dump($c->setSourceEncoding('utf-32'));
H A Duconverter_func_basic.phpt7 var_dump(UConverter::transcode("This is an ascii string", 'utf-8', 'latin1'));
9 var_dump(urlencode(UConverter::transcode("Espa\xF1ol", 'utf-8', 'latin1')));
10 var_dump(urlencode(UConverter::transcode("Stra\xDFa", 'utf-8', 'latin1')));
12 var_dump(bin2hex(UConverter::transcode("\xE4", 'utf-8', 'koi8-r')));
H A Duconverter_oop_algo.phpt7 $c = new UConverter('utf-8', 'latin1');
11 $c = new UConverter('koi8-r', 'utf-32be');
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-1695 Options: utf
107 Options: utf
119 Options: utf
131 Options: utf
143 Options: utf
155 Options: utf
167 Options: utf
179 Options: utf
191 Options: utf
203 Options: utf
[all …]
H A Dtestoutput18-3293 Options: utf
105 Options: utf
117 Options: utf
129 Options: utf
141 Options: utf
153 Options: utf
165 Options: utf
177 Options: utf
189 Options: utf
201 Options: utf
[all …]
H A Dtestoutput15261 Options: utf
273 Options: utf
285 Options: utf
297 Options: utf
309 Options: utf
321 Options: utf
333 Options: utf
345 Options: utf
357 Options: utf
369 Options: utf
[all …]
H A Dtestoutput1912 Options: caseless utf
24 Options: utf
36 Options: utf
48 Options: caseless utf
54 Options: caseless utf
90 Options: caseless utf
100 Options: caseless utf
H A Dtestoutput1621 Options: caseless utf
33 Options: utf
45 Options: utf
57 Options: caseless utf
63 Options: caseless utf
123 Options: caseless utf
133 Options: caseless utf
/PHP-7.1/ext/pgsql/tests/
H A Dbug46408.phpt6 if (false === setlocale(LC_ALL, 'hr_HR.utf-8', 'hr_HR')) {
7 echo "skip Locale hr_HR.utf-8 not present";
16 setlocale(LC_ALL, 'hr_HR.utf-8', 'hr_HR');
/PHP-7.1/ext/standard/tests/strings/
H A Dbug44703.phpt25 Warning: htmlspecialchars(): charset `1' not supported, assuming utf-8 in %s on line %d
28 Warning: htmlspecialchars(): charset `12' not supported, assuming utf-8 in %s on line %d
31 Warning: htmlspecialchars(): charset `125' not supported, assuming utf-8 in %s on line %d
35 Warning: htmlspecialchars(): charset `12526' not supported, assuming utf-8 in %s on line %d
39 Warning: htmlspecialchars(): charset `8666' not supported, assuming utf-8 in %s on line %d
45 …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' not supported, assuming utf-8 in %s on line %d
/PHP-7.1/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt11 $document->loadXML('<?xml version="1.0" encoding="utf-8"?>
35 <?xml version="1.0" encoding="utf-8"?>
40 <?xml version="1.0" encoding="utf-8"?>
43 <?xml version="1.0" encoding="utf-8"?>

Completed in 55 milliseconds

123456789