Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...45

/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt9 $xml = <<<EOB
20 <?xml version="1.0" encoding="UTF-8"?>
41 $xmldoc->loadXML($xml);
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_load_variation4.phpt7 - XML_FILE: the xml file to load
15 XML_FILE=/book_with_dtd.xml
21 <?xml version="1.0" encoding="UTF-8"?>
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt9 $xml = <<<EOD
10 <?xml version="1.0" ?>
14 <xi:include href="book.xml">
16 <error>xinclude: book.xml not found</error>
28 $dom->loadXML($xml);
H A Dgh11682.phpt9 $dom->loadXML('<?xml version="1.0" ?><root><node /></root>');
26 <?xml version="1.0"?>
H A Dbug79971_2.phpt2 Bug #79971 (special character is breaking the path in xml function)
13 $uri = "file://$path/bug79971_2.xml";
H A Ddom005.phpt16 function adjustDoctype($xml) {
17 return str_replace(array("DOCTYPE HTML",'<p>','</p>'),array("DOCTYPE html",'',''),$xml);
22 <?xml version="1.0" standalone="yes"?>
H A DDOMElement_prefix_empty.phpt40 <?xml version="1.0"?>
43 <?xml version="1.0"?>
46 <?xml version="1.0"?>
50 <?xml version="1.0"?>
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A Ddom_import_simplexml.phpt8 $s = simplexml_load_file(__DIR__."/book.xml");
17 <?xml version="1.0"?>
H A DDOMDocument_loadXML_variation1.phpt6 - XML_FILE: the xml file to load
14 XML_FILE=/book_with_dtd2.xml
H A DDOMDocument_load_basic.phpt6 - XML_FILE: the xml file to load
14 XML_FILE=/book.xml
H A DDOMDocument_load_variation1.phpt6 - XML_FILE: the xml file to load
14 XML_FILE=/book_with_dtd.xml
H A DDOMDocument_loadXML_basic.phpt6 - XML_FILE: the xml file to load
14 XML_FILE=/book.xml
/PHP-8.2/ext/dom/tests/delayed_freeing/
H A Dcomment_node.phpt17 <?xml version="1.0"?>
20 <?xml version="1.0"?>
H A Dprocessing_instruction.phpt17 <?xml version="1.0"?>
20 <?xml version="1.0"?>
H A Ddtd_node.phpt17 <?xml version="1.0"?>
20 <?xml version="1.0"?>
/PHP-8.2/ext/xmlwriter/tests/
H A DOO_001.phpt8 $doc_dest = 'OO_001.xml';
22 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
H A D005-mb.phpt8 $doc_dest = '私はガラスを食べられます005.xml';
26 <?xml version="1.0" encoding="UTF-8"?>
H A D005.phpt8 $doc_dest = '005.xml';
26 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.2/ext/simplexml/tests/
H A D029.phpt7 $xml =<<<EOF
19 $people = simplexml_load_string($xml);
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
H A Dbug74950.phpt11 $xml=new SimpleXMLElement(0,9000000000);var_dump($xml->getDocNamespaces())?>
H A Dsxe_002.phpt9 $xml =<<<EOF
10 <?xml version='1.0'?>
36 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
/PHP-8.2/ext/libxml/tests/
H A Dbug69753-mb.phpt15 $doc->load(__DIR__ . DIRECTORY_SEPARATOR . 'bug69753私はガラスを食べられます.xml');
20 string(%d) "file:///%s/ext/libxml/tests/bug69753.xml"
H A Dbug69753.phpt15 $doc->load(__DIR__ . DIRECTORY_SEPARATOR . 'bug69753.xml');
20 string(%d) "file:///%s/ext/libxml/tests/bug69753.xml"

Completed in 24 milliseconds

1...<<11121314151617181920>>...45