Home
last modified time | relevance | path

Searched refs:utf (Results 51 – 75 of 179) sorted by relevance

12345678

/PHP-5.6/ext/intl/tests/
H A Duconverter_oop_basic.phpt7 $c = new UConverter('utf-8', 'latin1');
14 $k = new UConverter('utf-8', 'koi8-r');
H A Duconverter___construct_error.phpt9 $c = new UConverter('utf-8', "\x80");
/PHP-5.6/ext/dom/tests/
H A Dbug40836.phpt9 $xml = (binary)'<?xml version="1.0" encoding="utf-8"?>
28 <?xml version="1.0" encoding="utf-8"?>
H A Dbug45251.phpt9 <?xml version="1.0" encoding="utf-8" ?>
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt21 if(mb_regex_encoding('utf-8') == true) {
22 echo "Regex encoding set to utf-8\n";
24 echo "Could not set regex encoding to utf-8\n";
82 Regex encoding set to utf-8
H A Dmb_encode_mimeheader_variation6.phpt22 mb_internal_encoding('utf-8');
32 var_dump(mb_encode_mimeheader($str, 'utf-8', 'B', $linefeed));
H A Dmb_strrchr_variation5.phpt32 echo "-- mb data in utf-8 --\n";
56 -- mb data in utf-8 --
H A Dmb_strstr_variation5.phpt32 echo "-- mb data in utf-8 --\n";
56 -- mb data in utf-8 --
H A Dbug45239.phpt13 mb_internal_encoding("utf-8");
H A Dmb_strrchr_variation6.phpt39 echo "-- mb data in utf-8 --\n";
61 -- mb data in utf-8 --
H A Dmb_strstr_variation6.phpt39 echo "-- mb data in utf-8 --\n";
61 -- mb data in utf-8 --
H A Dmb_encode_mimeheader_variation2.phpt22 mb_internal_encoding('utf-8');
44 utf-8
81 /*18*/ "utf-8",
82 'utf-8',
H A Dmb_eregi.phpt11 mb_regex_encoding('utf-8');
H A Dmb_eregi_invalid_arguments.phpt11 mb_regex_encoding('utf-8');
H A Dmb_decode_mimeheader_variation2.phpt17 mb_internal_encoding('utf-8');
19 //all the following are identical, we will convert to utf-8
H A Dbug52931.phpt7 mbstring.internal_encoding = utf-8
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput557 Options: utf
73 Options: utf
88 Options: utf
176 Options: utf
189 Options: utf
202 Options: utf
215 Options: utf
231 Options: utf
243 Options: utf
278 Options: utf
[all …]
/PHP-5.6/ext/xmlrpc/tests/
H A D004.phpt12 <?xml version="1.0" encoding="utf-8"?>
H A Dbug61264.phpt8 <?xml version="1.0" encoding="utf-8"?>
H A D007.phpt15 <?xml version="1.0" encoding="utf-8"?>
H A D006.phpt15 <?xml version="1.0" encoding="utf-8"?>
H A Dbug18916.phpt16 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/simplexml/tests/
H A Dbug41947.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root xmlns:myns="http://myns" …
/PHP-5.6/ext/curl/tests/
H A Dcurl_basic_021.phpt21 %unicode|string%(24) "text/plain;charset=utf-8"
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c134 BOOL utf = md->utf; in pchars() local
171 BOOL utf = md->utf; in match_ref() local
199 if (utf) in match_ref()
716 utf = md->utf; /* Local copy of the flag */ in match()
718 utf = FALSE; in match()
1675 if (utf) in match()
3229 if (utf) in match()
3266 if (utf) in match()
3403 if (utf) in match()
6368 BOOL utf; in pcre_exec() local
[all …]

Completed in 52 milliseconds

12345678