Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/dom/tests/
H A Dbug80602.phpt10 $doc->loadXML('<a>foo<last/></a>');
16 $doc->loadXML('<a>foo<last/></a>');
23 $doc->loadXML('<a>foo<last/></a>');
29 $doc->loadXML('<a>foo<last/></a>');
36 $doc->loadXML('<a>foo<last/></a>');
42 $doc->loadXML('<a>foo<last/></a>');
49 $doc->loadXML('<a>foo<last/></a>');
55 $doc->loadXML('<a>foo<last/></a>');
62 $doc->loadXML('<a>foo<last/></a>');
68 $doc->loadXML('<a>foo<last/></a>');
[all …]
H A Dbug80602_2.phpt10 $doc->loadXML('<a>foo<last/></a>');
16 $doc->loadXML('<a>foo<last/></a>');
23 $doc->loadXML('<a>foo<last/></a>');
29 $doc->loadXML('<a>foo<last/></a>');
36 $doc->loadXML('<a>foo<last/></a>');
42 $doc->loadXML('<a>foo<last/></a>');
49 $doc->loadXML('<a>foo<last/></a>');
55 $doc->loadXML('<a>foo<last/></a>');
62 $doc->loadXML('<a>foo<last/></a>');
68 $doc->loadXML('<a>foo<last/></a>');
[all …]
H A DDOMDocument_loadXML_error2_gte2_11.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
26 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d
28 Warning: DOMDocument::loadXML(): internal error: xmlParseStartTag: problem parsing attributes in En…
30 Warning: DOMDocument::loadXML(): Couldn't find end of Start Tag book line 4 in Entity, line: 4 in %…
32 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: books line 3 and book in Entity, …
34 Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 8 in %s …
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 Dgh11791.phpt8 $doc->loadXML('<root/>');
14 $doc->loadXML('<?xml version="1.0"?><root/>');
20 $doc->loadXML('<?xml version="1.0" standalone="no"?><root/>');
26 $doc->loadXML('<?xml version="1.0" standalone="yes"?><root/>');
H A DDOMDocument_validate_on_parse_variation.phpt21 $dom->loadXML($XMLStringGood);
31 $dom->loadXML($XMLStringBad);
40 Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line…
42 Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in E…
H A Dgh8996.phpt22 $this->loadXML($this->xmlData);
27 $dom->loadXML('<tag>value</tag>');
46 $this->loadXML($data['xmlData']);
51 $dom->loadXML('<tag>value</tag>');
69 $this->loadXML($data);
74 $dom->loadXML('<tag>value</tag>');
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 Dbug46185.phpt8 $aDOM->loadXML('<?xml version="1.0"?>
13 $ok->loadXML('<?xml version="1.0"?>
H A DDOM4_ChildNode_wrong_document.phpt10 $dom1->loadXML('<test/>');
13 $dom2->loadXML('<test><foo /></test>');
H A Dbug47530.phpt10 …$doc->loadXML('<html xmlns="https://php.net/something" xmlns:ns="https://php.net/whatever"><elemen…
20 $doc->loadXML('<html xmlns=""><element xmlns:foo="https://php.net/bar"/></html>');
44 $dom->loadXML($xml);
66 $dom->loadXML($xml);
69 …$dom2->loadXML('<?xml version="1.0"?><container xmlns:test="https://php.net/test" xmlns="https://p…
82 …$dom->loadXML('<?xml version="1.0"?><div xmlns="https://php.net/default" xmlns:example="https://ph…
84 $dom2->loadXML('<?xml version="1.0"?><div xmlns:example="https://php.net/somethingelse"/>');
94 …$dom->loadXML('<?xml version="1.0"?><container xmlns:default="http://php.net/default"><a xmlns:foo…
H A Dbug36756.phpt10 $dom->loadXML('<root><child/></root>');
17 $dom->loadXML('<root><child/></root>');
H A Dspecific_namespace_behaviour.phpt9 $dom1->loadXML(<<<XML
16 $dom2->loadXML('<xml><child/></xml>');
H A Ddom_set_attr_node.phpt19 $dom->loadXML($xml);
24 $dom2->loadXML($xml2);
H A Dbug70359.phpt11 $dom->loadXML(<<<XML
21 $dom->loadXML(<<<XML
41 $dom->loadXML(<<<XML
/PHP-8.1/ext/libxml/tests/
H A Dlibxml_disable_entity_loader.phpt27 $doc->loadXML($xml, 0);
43 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
45 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d
47 Warning: DOMDocument::loadXML(): Entity 'xxe' not defined in Entity, line: %d in %s on line %d
H A Dbug61367-read.phpt23 $doc->loadXML( <<<XML
59 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
61 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d
63 Warning: DOMDocument::loadXML(): Entity 'file' not defined in Entity, line: 4 in %s on line %d
H A Dlibxml_disable_entity_loader_2.phpt26 $doc->loadXML($xml, 0);
42 Warning: DOMDocument::loadXML(): %Sfailed to load external entity "%s" in %s on line %d
/PHP-8.1/ext/simplexml/tests/
H A Dbug81325.phpt9 $dom->loadXML("foo");
14 Warning: DOMDocument::loadXML(): Start tag expected%s
/PHP-8.1/ext/xsl/tests/
H A Dbug33853.phpt14 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
23 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
H A Dthrow_in_autoload.phpt14 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
23 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
H A Dphp_function_edge_cases.phpt10 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
20 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
H A Dxsltprocessor_transformToDoc.phpt39 $xmldoc->loadXML($xml);
42 $xsldoc->loadXML($xsl);

Completed in 29 milliseconds

1234567