Home
last modified time | relevance | path

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

12345678910>>...45

/PHP-8.2/ext/xmlreader/tests/
H A Dstatic.phpt7 $filename = __DIR__ . '/static.xml';
9 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
30 unlink(__DIR__ . '/static.xml');
/PHP-8.2/ext/simplexml/tests/
H A Dbug40451.phpt9 <?xml version="1.0"?>
15 $xml = simplexml_load_string($string);
17 $add = $xml->addChild('Host');
H A Dsxe_005.phpt9 $xml =<<<EOF
10 <?xml version='1.0'?>
27 $sxe = new SXETest($xml);
H A D023.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
18 $sxe = simplexml_load_string($xml);
H A Dbug39760.phpt8 $xml = '<?xml version="1.0" ?>
15 $test = simplexml_load_string($xml);
H A D018.phpt7 $xml =<<<EOF
30 function traverse_xml($pad,$xml) {
31 foreach($xml->children() as $name => $node) {
42 traverse_xml("",simplexml_load_string($xml));
H A D011.phpt8 $xml =<<<EOF
9 <?xml version="1.0" encoding="ISO-8859-1" ?>
17 $sxe = simplexml_load_string($xml);
/PHP-8.2/ext/dom/tests/manually_call_constructor/
H A Ddocumentfragment.phpt15 <?xml version="1.0"?>
29 <?xml version="1.0"?>
31 <?xml version="1.0"?>
/PHP-8.2/ext/dom/tests/
H A Dgh8996.phpt84 …entSleepWakeup":1:{s:43:"%0SerializableDomDocumentSleepWakeup%0xmlData";s:39:"<?xml version="1.0"?>
89 …entSleepWakeup":1:{s:43:"%0SerializableDomDocumentSleepWakeup%0xmlData";s:39:"<?xml version="1.0"?>
95 <?xml version="1.0"?>
100 O:47:"SerializableDomDocument__Serialize__Unserialize":1:{s:7:"xmlData";s:39:"<?xml version="1.0"?>
106 <?xml version="1.0"?>
113 C:43:"SerializableDomDocumentSerializeUnserialize":39:{<?xml version="1.0"?>
119 <?xml version="1.0"?>
H A Ddom_set_attr_node.phpt8 $xml = <<<HERE
9 <?xml version="1.0" ?>
14 <?xml version="1.0" ?>
19 $dom->loadXML($xml);
H A Dbug81642.phpt34 string(30) "<?xml version="1.0"?>
37 string(37) "<?xml version="1.0"?>
41 string(34) "<?xml version="1.0"?>
45 string(38) "<?xml version="1.0"?>
H A Ddom_comment_variation.phpt8 $xml = <<< EOXML
9 <?xml version="1.0" encoding="ISO-8859-1"?><courses><!-- Hello World! --></courses>
13 $dom->loadXML($xml);
H A DreplaceWith_non_viable_next_sibling.phpt9 <?xml version="1.0"?>
27 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A DDOMDocument_savexml_basic.phpt11 $xml = <<< EOXML
12 <?xml version="1.0" encoding="utf-8"?>
24 $dom->loadXML($xml);
H A DDOMDocument_relaxNGValidate_error1.phpt10 $xml = <<< XML
11 <?xml version="1.0"?>
18 $doc->loadXML($xml);
H A Dcanonicalization_special_nodes.phpt7 $xml = <<<EOXML
8 <?xml version="1.0"?>
20 $dom->loadXML($xml);
H A DDOMDocument_preserveWhiteSpace_variations.phpt13 $doc->load(__DIR__."/book.xml");
20 $doc->load(__DIR__."/book.xml");
26 <?xml version="1.0"?>
39 <?xml version="1.0"?>
H A Dbug40836.phpt9 $xml = '<?xml version="1.0" encoding="utf-8"?>
20 $dom->loadXML($xml);
28 <?xml version="1.0" encoding="utf-8"?>
H A Dbug67081.phpt9 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_0.xml");
14 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_1.xml");
19 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_2.xml");
24 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "dom.xml");
/PHP-8.2/ext/xml/tests/
H A Dxml011.phpt4 xml
15 $xml = '<text>start<b /> This &amp; that</text>';
18 xml_parse_into_struct($parser, $xml, $vals, $index);
27 xml_parse($parser, $xml, TRUE);
H A Dbug81351.phpt4 xml
7 $xml = <<<XML
8 <?xml version="1.0" encoding="utf-8"?>
15 $success = xml_parse($parser, $xml, false);
/PHP-8.2/ext/dom/tests/delayed_freeing/
H A Dentity_reference.phpt19 <?xml version="1.0"?>
33 <?xml version="1.0"?>
36 <?xml version="1.0"?>
41 <?xml version="1.0"?>
H A Dnamespace_xmlns_declaration.phpt8 $doc->loadXML('<?xml version="1.0"?><container xmlns="http://php.net"/>');
18 <?xml version="1.0"?>
21 <?xml version="1.0"?>
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug29839.phpt2 Bug #29839 (incorrect convert (xml:lang to lang))
40 <?xml version="1.0" encoding="UTF-8"?>
41 …oap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:valu…
42 <?xml version="1.0" encoding="UTF-8"?>
43 …oap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:valu…
H A Dbug34453.phpt2 Bug #29839 (incorrect convert (xml:lang to lang))
40 <?xml version="1.0" encoding="UTF-8"?>
41 …oap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:valu…
42 <?xml version="1.0" encoding="UTF-8"?>
43 …oap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:valu…

Completed in 28 milliseconds

12345678910>>...45