Home
last modified time | relevance | path

Searched refs:xml (Results 251 – 275 of 951) sorted by relevance

1...<<11121314151617181920>>...39

/PHP-7.4/ext/soap/tests/soap12/
H A DT39.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT66.phpt8 <?xml version='1.0' encoding='UTF8'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT67.phpt8 <?xml version='1.0' standalone='yes'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT69.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT78.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT80.phpt8 <?xml version="1.0"?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT01.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT02.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT12.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT13.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT22.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT28.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT36.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT65.phpt8 <?xml version='1.0' ?>
25 <?xml version="1.0" encoding="UTF-8"?>
H A DT70.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT71.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT72.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/simplexml/tests/
H A D030.phpt7 $xml =<<<EOF
16 $sxe = simplexml_load_string($xml);
/PHP-7.4/ext/xml/tests/
H A Dbug25666.phpt17 $xml = <<<HERE
29 xml_parse($parser, $xml);
H A Dxml009.phpt17 $xml = <<<HERE
29 xml_parse($parser, $xml);
/PHP-7.4/ext/xmlreader/tests/
H A D004.phpt7 $filename = __DIR__ . '/_004.xml';
9 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
H A Dexpand.phpt12 $basexml = '<?xml version="1.0" encoding="UTF-8"?>
15 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt12 <?xml version="1.0" encoding="UTF-8"?>
26 <?xml version="1.0"?>
H A Ddomobject_debug_handler.phpt7 $xml = <<<XML
14 $d->loadXML($xml);
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 …]

Completed in 28 milliseconds

1...<<11121314151617181920>>...39