/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_convert_kana.phpt | 23 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 D | mb_strrpos_variation5.phpt | 25 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'));
|
H A D | mb_ereg_variation7.phpt | 24 if(mb_regex_encoding('utf-8') == true) { 25 echo "Regex encoding set to utf-8\n"; 27 echo "Could not set regex encoding to utf-8\n"; 67 Regex encoding set to utf-8
|
H A D | mb_ereg_basic.phpt | 21 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"; 81 Regex encoding set to utf-8
|
H A D | mb_ereg_variation6.phpt | 21 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 D | mb_encode_mimeheader_variation6.phpt | 22 mb_internal_encoding('utf-8'); 32 var_dump(mb_encode_mimeheader($str, 'utf-8', 'B', $linefeed));
|
H A D | mb_strstr_variation5.phpt | 32 echo "-- mb data in utf-8 --\n"; 56 -- mb data in utf-8 --
|
H A D | mb_strrchr_variation5.phpt | 32 echo "-- mb data in utf-8 --\n"; 56 -- mb data in utf-8 --
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_newline.c | 77 BOOL utf) in PRIV() 80 (void)utf; in PRIV() 82 if (utf) in PRIV() 117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; in PRIV() 152 BOOL utf) in PRIV() 155 (void)utf; in PRIV() 158 if (utf) in PRIV() 196 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE; in PRIV()
|
H A D | pcre_study.c | 297 if (utf) return -1; in find_minlength() 552 compile_data *cd, BOOL utf) in set_table_bit() argument 560 if (utf && c > 127) in set_table_bit() 593 if (utf && c > 127) in set_table_bit() 724 int table_limit = utf? 16:32; in set_start_bits() 1000 if (utf) in set_start_bits() 1032 if (utf) in set_start_bits() 1137 if (utf) in set_start_bits() 1163 if (utf) in set_start_bits() 1226 if (utf) in set_start_bits() [all …]
|
H A D | pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() 72 (void)utf; in PRIV() 75 utf = TRUE; in PRIV() 101 if (utf) in PRIV() 113 if (utf) in PRIV()
|
H A D | pcre_compile.c | 1631 BOOL utf) in find_parens() argument 2149 if (utf) switch(c) in PRIV() 2269 if (utf) switch(c) in find_recurse() 3181 if (utf) in check_auto_possessive() 3202 if (utf) in check_auto_possessive() 3740 BOOL utf = FALSE; in compile_branch() local 4471 if (utf) in compile_branch() 7783 BOOL utf; in pcre_compile2() local 7921 if (utf) in pcre_compile2() 8268 if (utf) in pcre_compile2() [all …]
|
/PHP-5.3/ext/iconv/tests/ |
H A D | bug51250.phpt | 9 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 D | translit-utf8.phpt | 15 $utf = implode('', file(dirname(__FILE__).'/Quotes.UTF-8')); 17 print(iconv("UTF-8", "ISO-8859-1//TRANSLIT", $utf)); 18 print(iconv("UTF-8", "ASCII//TRANSLIT", $utf));
|
H A D | bug53304.phpt | 7 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=c3=bcber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'… 8 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=C3=BCber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'…
|
/PHP-5.3/ext/xmlrpc/tests/ |
H A D | bug40576.phpt | 23 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 D | bug40576_64bit.phpt | 23 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 D | bug61264.phpt | 8 <?xml version="1.0" encoding="utf-8"?>
|
/PHP-5.3/ext/dom/tests/ |
H A D | DOMNode_replaceChild_basic.phpt | 11 $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"?>
|
H A D | bug49463.phpt | 8 $doc = new DOMDocument('1.0', 'utf-8'); 16 <?xml version="1.0" encoding="utf-8"?>
|
H A D | bug54601.phpt | 8 <?xml version='1.0' encoding='utf-8' ?> 27 <?xml version="1.0" encoding="utf-8"?>
|
H A D | bug40836.phpt | 9 $xml = (binary)'<?xml version="1.0" encoding="utf-8"?> 28 <?xml version="1.0" encoding="utf-8"?>
|
/PHP-5.3/ext/simplexml/tests/ |
H A D | bug43221.phpt | 7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />'); 17 <?xml version="1.0" encoding="utf-8"?>
|
/PHP-5.3/ext/xsl/tests/ |
H A D | xslt004.phpt | 15 $res->item(0)->value = "utf-8"; 24 <?xml version="1.0" encoding="utf-8"?>
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testoutput5 | 36 Options: utf 52 Options: utf 67 Options: utf 154 Options: utf 167 Options: utf 180 Options: utf 193 Options: utf 209 Options: utf 221 Options: utf 256 Options: utf [all …]
|