Home
last modified time | relevance | path

Searched refs:xml (Results 201 – 225 of 951) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_basic.phpt12 <?xml version="1.0" encoding="UTF-8"?>
26 <?xml version="1.0"?>
H A DDOMDocument_loadXML_variation3.phpt7 - XML_FILE: the xml file to load
17 XML_FILE=/wrong_book_with_dtd.xml
H A DDOMDocument_load_variation3.phpt7 - XML_FILE: the xml file to load
17 XML_FILE=/wrong_book_with_dtd.xml
H A Dbug28721.phpt53 $xml = new DomDocument();
55 $p = $xml->createElement("p");
58 $p->appendChild($b = $xml->createElement("b"));
59 $b->appendChild($xml->createTextNode("X"));
61 $p->appendChild($xml->createTextNode(" xxx "));
75 $d = $xml->createElement("div");
77 $d->appendChild($b = $xml->createElement("b"));
78 $b->appendChild($xml->createElement("X"));
80 $d->appendChild($xml->createTextNode(" xxx "));
92 $frag = $xml->createDocumentFragment();
[all …]
/PHP-7.4/ext/soap/tests/
H A Dbug68361.phpt8 $xml = <<<XML
9 <?xml version="1.0" encoding="UTF-8"?>
89 file_put_contents(__DIR__ . "/bug68361.xml", $xml);
90 $client = new SoapClient(__DIR__ . "/bug68361.xml");
98 unlink(__DIR__ . "/bug68361.xml");
/PHP-7.4/ext/soap/tests/soap12/
H A DT05.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT10.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 DT37.phpt8 <?xml version='1.0' ?>
21 <?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 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 DT40.phpt8 <?xml version='1.0' ?>
24 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/simplexml/tests/
H A Dbug46003.phpt7 $xml =<<<XML
17 $x = simplexml_load_string($xml);
H A D024.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
17 $sxe = simplexml_load_string($xml);
H A Dsxe_003.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
/PHP-7.4/Zend/tests/
H A Dbug43918.phpt8 <?xml version='1.0' standalone='yes'?>
37 $Array[] = $xml = new SimpleXMLElement($xmlstr);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36629.phpt18 <?xml version="1.0" encoding="ISO-8859-1"?>
33 <?xml version="1.0" encoding="ISO-8859-1"?>
49 <?xml version="1.0" encoding="UTF-8"?>
51 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug29795.wsdl1 ….w3.org/2001/XMLSchema" xmlns:tns="http://xml.amazon.com/AWSProductData/2004-08-01" targetNamespac…
3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…
/PHP-7.4/ext/xmlreader/tests/
H A D008.phpt8 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
25 $file = __DIR__ . '/_008.xml';
40 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
H A D015-move-errors.phpt10 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
12 $filename = __DIR__ . '/015-move-errors.xml';
38 unlink(__DIR__.'/015-move-errors.xml');
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_transformToXML.phpt9 $xml = <<<EOB
20 <?xml version="1.0" encoding="UTF-8"?>
42 $xmldoc->loadXML($xml);
/PHP-7.4/ext/xmlwriter/tests/
H A D004.phpt8 $doc_dest = '004.xml';
21 $md5_res = md5('<?xml version="1.0" encoding="UTF-8"?>

Completed in 27 milliseconds

12345678910>>...39