Home
last modified time | relevance | path

Searched refs:xml (Results 126 – 150 of 951) sorted by relevance

12345678910>>...39

/PHP-5.5/ext/xmlreader/tests/
H A D012.phpt10 <?xml version="1.0" encoding="UTF-8"?>
22 <?xml version="1.0" encoding="UTF-8"?>
41 $file = dirname(__FILE__) . '/012.xml';
55 $reader->open(dirname(__FILE__) . '/012.xml');
/PHP-5.5/ext/dom/tests/
H A Ddomelement.phpt35 echo "\n-- xml:lang --\n";
36 $node->setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang', 'en');
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
44 $lang = $dom->createAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang');
98 -- xml:lang --
100 Attribute xml:lang exists?: Yes
102 Attribute xml:lang exists?: No
H A Dbug34276.phpt7 $xml = <<<HERE
8 <?xml version="1.0" encoding="ISO-8859-1" ?>
21 $dom->loadXML($xml);
42 <?xml version="1.0" encoding="ISO-8859-1"?>
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"?>
H A Ddom005.phpt16 function adjustDoctype($xml) {
17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
22 <?xml version="1.0" standalone="yes"?>
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_error.phpt5 if (!extension_loaded("xml")) {
13 * Source code: ext/xml/xml.c
H A Dbug43957.phpt6 if (!extension_loaded('xml')) die ("skip xml extension not available");
H A Dbug26614.phpt24 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
35 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
46 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
74 foreach ($xmls as $desc => $xml) {
79 if (!xml_parse($xml_parser, $xml, true))
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
20 xml_parse_into_struct($parser, $xml, $vals, $index);
29 xml_parse($parser, $xml, TRUE);
H A Dxml_parser_create_ns_error.phpt5 if (!extension_loaded("xml")) {
13 * Source code: ext/xml/xml.c
H A Dbug26614_libxml.phpt24 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
35 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
46 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
74 foreach ($xmls as $desc => $xml) {
79 if (!xml_parse($xml_parser, $xml, true))
H A Dxml_parser_free_error.phpt5 if (!extension_loaded("xml")) {
13 * Source code: ext/xml/xml.c
H A Dutf8_decode_error.phpt5 if (!extension_loaded("xml")) {
13 * Source code: ext/xml/xml.c
H A Dutf8_encode_error.phpt5 if (!extension_loaded("xml")) {
13 * Source code: ext/xml/xml.c
/PHP-5.5/ext/simplexml/tests/
H A Dbug46048.phpt7 $xml = '
12 $obj = simplexml_load_string($xml);
H A D003.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
29 var_dump(simplexml_load_string($xml));
H A D016.phpt7 $xml =<<<EOF
13 $people = simplexml_load_string($xml);
22 $people = simplexml_load_string($xml);
H A Dbug67116.phpt10 $xml = <<<XML
11 <?xml version="1.0" encoding="UTF-8"?>
24 $sxe = simplexml_load_string($xml);
H A D036.phpt14 $str = '<xml><c>asdf</c><c>ghjk</c></xml>';
H A D016a.phpt7 $xml =<<<EOF
13 $people = simplexml_load_string($xml);
H A Dbug36611.phpt9 <?xml version="1.0" encoding="ISO-8859-1" ?>
17 $xml = simplexml_load_string ($xml_str) ;
/PHP-5.5/Zend/tests/
H A Dbug34617.phpt4 <?php if (!extension_loaded("xml")) print "skip the xml extension not available"; ?>
/PHP-5.5/ext/soap/tests/soap12/
H A DT64.phpt8 <?xml version='1.0' ?>
10 … application_xml SYSTEM 'http://www.isi.edu/in-notes/iana/assignments/media-types/application/xml'>
23 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xmlwriter/tests/
H A D002.phpt9 $doc_dest = '001.xml';
20 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50285.phpt27 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
55 <?xml version="1.0" encoding="UTF-8"?>
69 <?xml version="1.0" encoding="UTF-8"?>

Completed in 24 milliseconds

12345678910>>...39