Home
last modified time | relevance | path

Searched refs:utf (Results 26 – 50 of 179) sorted by relevance

12345678

/PHP-5.6/ext/dom/tests/
H A Dbug49463.phpt8 $doc = new DOMDocument('1.0', 'utf-8');
16 <?xml version="1.0" encoding="utf-8"?>
H A Dbug54601.phpt8 <?xml version='1.0' encoding='utf-8' ?>
27 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/xmlrpc/tests/
H A D003.phpt36 <?xml version="1.0" encoding="utf-8"?>
63 <?xml version="1.0" encoding="utf-8"?>
83 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc_nullparam.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToDoc_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToDoc_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToURI_nullparam.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToXML_nullparam.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxsltprocessor_transformToXML.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
41 $xmldoc = new DOMDocument('1.0', 'utf-8');
44 $xsldoc = new DOMDocument('1.0', 'utf-8');
H A Dxslt004.phpt15 $res->item(0)->value = "utf-8";
24 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/iconv/tests/
H A Dbug76249.phpt11 stream_filter_append($fh, 'convert.iconv.ucs-2/utf-8//IGNORE', STREAM_FILTER_READ, []);
18 Warning: stream_get_contents(): iconv stream filter ("ucs-2"=>"utf%A8//IGNORE"): invalid multibyte …
/PHP-5.6/ext/simplexml/tests/
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
17 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_basic.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";
81 Regex encoding set to utf-8
/PHP-5.6/ext/intl/tests/
H A Duconverter_func_subst.phpt11 $ret = UConverter::transcode("This is an ascii string", 'ascii', 'utf-8', $opts);
17 $ret = UConverter::transcode("Snowman: (\xE2\x98\x83)", 'ascii', 'utf-8', $opts);
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_compile.c2158 if (utf) switch(c) in PRIV()
2303 if (utf) switch(c) in find_recurse()
2927 utf = utf; /* Suppress "unused parameter" compiler warning */ in get_chr_property_list()
3821 if (utf) switch(c) in auto_possessify()
4498 BOOL utf = FALSE; in compile_branch() local
5325 if (utf) in compile_branch()
9010 BOOL utf; in pcre_compile2() local
9180 if (utf && never_utf) in pcre_compile2()
9205 if (utf) in pcre_compile2()
9605 if (utf) in pcre_compile2()
[all …]

Completed in 41 milliseconds

12345678