Home
last modified time | relevance | path

Searched refs:utf (Results 76 – 100 of 179) sorted by relevance

12345678

/PHP-5.6/ext/simplexml/tests/
H A Dbug39662.phpt8 $xml = '<?xml version="1.0" encoding="utf-8" ?>
H A Dbug42369.phpt7 $xml = '<?xml version="1.0" encoding="utf-8"?>';
/PHP-5.6/ext/xmlrpc/tests/
H A Dbug70728.phpt17 string(135) "<?xml version="1.0" encoding="utf-8"?>
H A Dbug70728_64bit.phpt17 string(135) "<?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/intl/tests/
H A Duconverter_oop_subst.phpt9 $c = new UConverter('ascii', 'utf-8');
H A Duconverter_oop_callback_return.phpt33 $c = new MyConverter('ascii', 'utf-8');
/PHP-5.6/ext/pcre/tests/
H A Dbug52971.phpt2 Bug #52971 (PCRE-Meta-Characters not working with utf-8)
/PHP-5.6/ext/standard/tests/strings/
H A Dhtmlentities-utf-2.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
16 $ent_encoded = htmlentities ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
H A Dhtmlentities-utf.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES, "utf-8");
16 $ent_encoded = htmlentities ($string, ENT_QUOTES, "utf-8");
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput22-1636 Options: extended utf
63 Options: extended utf
H A Dtestoutput22-3248 Options: extended utf
75 Options: extended utf
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt14 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/xmlreader/tests/
H A Dbug42139.phpt11 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/Zend/tests/
H A Dns_086.phpt13 declare(encoding='utf-8');
H A Ddeclare_001.phpt17 declare(encoding = 'utf-8');
H A Ddeclare_002.phpt18 declare(encoding = 'utf-8');
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug38067.phpt2 Bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
/PHP-5.6/ext/xml/tests/
H A Dbug35447.phpt11 \xEF\xBB\xBF<?xml version="1.0" encoding="utf-8"?\x3e
H A Dxml_parser_create_error.phpt22 $encoding = 'utf-8';
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt30 string(25) "text/plain; charset=utf-8"
/PHP-5.6/ext/mbstring/tests/
H A Dmb_decode_mimeheader_basic.phpt17 mb_internal_encoding('utf-8');
H A Dmb_substitute_character_variation2.phpt17 //japenese utf-8
H A Dmb_encode_mimeheader_variation3.phpt22 mb_internal_encoding('utf-8');
26 $charset = 'utf-8';
H A Dmb_strtoupper_basic.phpt21 mb_internal_encoding('utf-8');
H A Dmb_substr_count_variation4.phpt31 var_dump(mb_substr_count($string_mb, $needle_mb, 'utf-8'));

Completed in 35 milliseconds

12345678