Home
last modified time | relevance | path

Searched refs:loadXML (Results 1 – 25 of 124) sorted by relevance

12345

/PHP-8.0/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt2 Test DOMDocument::loadXML() with empty file path
10 $dom->loadXML("");
16 DOMDocument::loadXML(): Argument #1 ($source) must not be empty
H A DDOMDocument_validate_on_parse_variation.phpt23 $dom->loadXML($XMLStringGood);
33 $dom->loadXML($XMLStringBad);
42 Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line…
44 Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in E…
H A Dbug50661.phpt2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16).
10 $dom->loadXML($data);
H A DDOMNode_hasChildNodes.phpt13 $dom->loadXML('<root/>');
21 $dom->loadXML('<root><a/></root>');
32 $dom->loadXML('<root><a/><b/></root>');
H A DDOM4_ParentNode_append_wrong_document.phpt10 $dom1->loadXML('<test/>');
13 $dom2->loadXML('<test><foo /></test>');
H A DDOM4_ChildNode_wrong_document.phpt10 $dom1->loadXML('<test/>');
13 $dom2->loadXML('<test><foo /></test>');
H A Dbug46185.phpt8 $aDOM->loadXML('<?xml version="1.0"?>
13 $ok->loadXML('<?xml version="1.0"?>
H A Dbug36756.phpt10 $dom->loadXML('<root><child/></root>');
17 $dom->loadXML('<root><child/></root>');
H A Ddom_set_attr_node.phpt19 $dom->loadXML($xml);
24 $dom2->loadXML($xml2);
H A Ddomdocumentloadxml_test_method.inc7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
H A Ddomdocumentloadxml_test_method_savexml.inc7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
H A DDOMDocument_adoptNode.phpt11 $dom->loadXML("<root />");
H A DDOMDocument_resolveExternals_basic.phpt16 $dom->loadXML($xml);
36 $dom->loadXML($xml);
H A Dbug80600.phpt9 $doc->loadXML('<a><!-- foo --></a>');
H A Dbug75451.phpt10 $dom->loadXML('<root><child/></root>');
H A Dbug69373.phpt9 $doc->loadXML("<parent><child /><child /></parent>");
H A Dbug49490.phpt8 $doc->loadXML('<prefix:root xmlns:prefix="urn:a" />');
/PHP-8.0/ext/libxml/tests/
H A Dlibxml_disable_entity_loader.phpt26 $doc->loadXML($xml, 0);
42 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
44 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d
46 Warning: DOMDocument::loadXML(): Entity 'xxe' not defined in Entity, line: %d in %s on line %d
H A Dbug61367-read.phpt22 $doc->loadXML( <<<XML
58 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
60 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d
62 Warning: DOMDocument::loadXML(): Entity 'file' not defined in Entity, line: 4 in %s on line %d
H A Dlibxml_disable_entity_loader_2.phpt25 $doc->loadXML($xml, 0);
41 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
/PHP-8.0/ext/simplexml/tests/
H A Dbug81325.phpt11 $dom->loadXML("foo");
16 Warning: DOMDocument::loadXML(): Start tag expected%s
/PHP-8.0/ext/xsl/tests/
H A Dbug33853.phpt16 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
25 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
H A Dthrow_in_autoload.phpt16 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
25 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
H A Dxsltprocessor_transformToDoc.phpt39 $xmldoc->loadXML($xml);
42 $xsldoc->loadXML($xsl);
H A Dxsltprocessor_transformToURI.phpt41 $xmldoc->loadXML($xml);
44 $xsldoc->loadXML($xsl);

Completed in 50 milliseconds

12345