Home
last modified time | relevance | path

Searched refs:xml (Results 101 – 125 of 951) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/soap/tests/schema/
H A Dschema055.phpt13 <extension base="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap">
22 <?xml version="1.0" encoding="UTF-8"?>
23 …ce" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:…
/PHP-7.4/ext/libxml/tests/
H A D002.phpt11 <?xml version='1.0' standalone='yes'?>
20 $xml = explode("\n", $xmlstr);
26 echo display_xml_error($error, $xml);
33 function display_xml_error($error, $xml)
35 $return = $xml[$error->line - 1] . "\n";
H A Dbug54138_2.phpt13 $xml = <<<XML
14 <?xml version="1.0" encoding="UTF-8"?>
21 $dom->loadXML($xml, LIBXML_BIGLINES);
H A Dbug42112.phpt7 $xml = <<<EOXML
8 <root><child xml:id="id1">baz</child></root>
18 $doc->loadXML($xml);
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_relaxNGValidate_error1.phpt12 $xml = <<< XML
13 <?xml version="1.0"?>
20 $doc->loadXML($xml);
H A DDOMDocument_savexml_basic.phpt13 $xml = <<< EOXML
14 <?xml version="1.0" encoding="utf-8"?>
26 $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 Ddom_set_attr_node.phpt8 $xml = <<<HERE
9 <?xml version="1.0" ?>
14 <?xml version="1.0" ?>
19 $dom->loadXML($xml);
H A Ddom_comment_basic.phpt10 $xml = <<< EOXML
11 <?xml version="1.0" encoding="ISO-8859-1"?>
18 $dom->loadXML($xml);
H A Dbug67081.phpt11 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_0.xml");
16 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_1.xml");
21 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_2.xml");
26 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "dom.xml");
H A Dbug41374.phpt7 $xml = <<<EOXML
8 <?xml version="1.0" encoding="ISO-8859-1" ?>
13 $doc->loadXML($xml);
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
6 - XML_FILE: the xml file to load
16 XML_FILE=/not_well_formed4.xml
H A DDOMDocument_load_error4.phpt4 This test verifies the method detects an unsupported xml version
6 - XML_FILE: the xml file to load
16 XML_FILE=/not_well_formed4.xml
H A DDOMDocument_validate_basic.phpt12 $xml = "<?xml version=\"1.0\"?>
27 $dom->loadXML($xml);
H A DDOMNode_C14NFile_basic.phpt9 $xml = <<< XML
10 <?xml version="1.0" ?>
25 $doc->loadXML($xml);
/PHP-7.4/ext/simplexml/tests/
H A D023.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
18 $sxe = simplexml_load_string($xml);
H A Dbug38354.phpt8 $xml = simplexml_load_string(
14 foreach ($xml->xpath("//*") as $element) {
21 string(101) "<?xml version="1.0"?>
H A Dsxe_005.phpt11 $xml =<<<EOF
12 <?xml version='1.0'?>
29 $sxe = new SXETest($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.phpt10 $xml =<<<EOF
11 <?xml version="1.0" encoding="ISO-8859-1" ?>
19 $sxe = simplexml_load_string($xml);
H A D032.phpt7 $xml =<<<EOF
31 $people = simplexml_load_string($xml);
32 $people1 = simplexml_load_string($xml);
H A Dbug39760.phpt8 $xml = '<?xml version="1.0" ?>
15 $test = simplexml_load_string($xml);
H A D008.phpt8 $xml =<<<EOF
9 <?xml version='1.0'?>
25 $sxe = simplexml_load_string($xml);
/PHP-7.4/ext/xmlrpc/tests/
H A D005.phpt20 <?xml version="1.0" encoding="utf-8"?>
28 <?xml version="1.0" encoding="utf-8"?>
36 <?xml version="1.0" encoding="utf-8"?>

Completed in 20 milliseconds

12345678910>>...39