Home
last modified time | relevance | path

Searched refs:xml (Results 226 – 250 of 951) sorted by relevance

12345678910>>...39

/PHP-5.5/ext/soap/tests/soap12/
H A DT05.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT15.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT29.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT34.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT11.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT40.phpt8 <?xml version='1.0' ?>
24 <?xml version="1.0" encoding="UTF-8"?>
H A DT19.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT30.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT03.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT24.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT33.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_006.phpt11 $doc_dest = '001.xml';
24 unlink('001.xml');
H A D003.phpt9 $doc_dest = '001.xml';
33 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/Zend/tests/
H A Dbug43918.phpt8 <?xml version='1.0' standalone='yes'?>
37 $Array[] = $xml = new SimpleXMLElement($xmlstr);
/PHP-5.5/ext/dom/tests/
H A Ddom_create_element.phpt224 /* the qualifiedName has a prefix that is "xml" and the namespaceURI
230 $dom->createElementNS('http://wrong.namespaceURI.com', 'xml:valid');
236 print "27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')\n";
238 $element = new DomElement('xml:valid', '', 'http://wrong.namespaceURI.com');
244 /* This is okay because we reuse the xml namespace from the document */
248 $dom->createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:valid');
254 /* This isn't because the xml namespace isn't there and we can't create it */
375 26 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xml:valid')
377 27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')
379 28 DOMDocument::createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:valid')
[all …]
H A DDOMDocument_load_error3.phpt6 - XML_FILE: the xml file to load
16 XML_FILE=/not_well_formed3.xml
H A DDOMDocument_load_error5.phpt6 - XML_FILE: the xml file to load
16 XML_FILE=/not_well_formed5.xml
H A Ddomobject_debug_handler.phpt7 $xml = <<<XML
14 $d->loadXML($xml);
H A DDOMDocument_loadXML_error3.phpt6 - XML_FILE: the xml file to load
16 XML_FILE=/not_well_formed3.xml
H A DDOMDocument_loadXML_error5.phpt6 - XML_FILE: the xml file to load
16 XML_FILE=/not_well_formed5.xml
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt7 $xml = <<<XML
29 $r = $dd->loadXML($xml);
/PHP-5.5/ext/simplexml/tests/
H A Dbug69169.phpt2 Bug #69169 (simplexml_load_string parse wrongly when xml given in one row)
9 $a = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xmlreader/tests/
H A D002.phpt8 $filename = dirname(__FILE__) . '/_002.xml';
9 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug37057.phpt7 $response='<?xml version="1.0"?>
28 $response='<?xml version="1.0"?>

Completed in 23 milliseconds

12345678910>>...39