Searched refs:loadXML (Results 1 – 25 of 184) sorted by relevance
12345678
/PHP-8.2/ext/dom/tests/ |
H A D | bug80602.phpt | 10 $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 D | bug80602_2.phpt | 10 $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 D | DOMDocument_loadXML_error2_gte2_11.phpt | 2 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 D | DOMDocument_loadXML_error6.phpt | 2 Test DOMDocument::loadXML() with empty file path 10 $dom->loadXML(""); 16 DOMDocument::loadXML(): Argument #1 ($source) must not be empty
|
H A D | DOMDocument_loadXML_error2_gte2_12.phpt | 2 Test DOMDocument::loadXML() detects not-well formed XML 24 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d 26 Warning: DOMDocument::loadXML():%sattributes%s 28 Warning: DOMDocument::loadXML(): Couldn't find end of Start Tag book line 4 in Entity, line: 4 in %… 30 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: books line 3 and book in Entity, …
|
H A D | gh11791.phpt | 8 $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 D | DOMDocument_validate_on_parse_variation.phpt | 21 $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 D | gh8996.phpt | 22 $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 D | bug50661.phpt | 2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16). 10 $dom->loadXML($data);
|
H A D | DOMNode_hasChildNodes.phpt | 13 $dom->loadXML('<root/>'); 21 $dom->loadXML('<root><a/></root>'); 32 $dom->loadXML('<root><a/><b/></root>');
|
H A D | DOM4_ParentNode_append_wrong_document.phpt | 10 $dom1->loadXML('<test/>'); 13 $dom2->loadXML('<test><foo /></test>');
|
H A D | DOM4_ChildNode_wrong_document.phpt | 10 $dom1->loadXML('<test/>'); 13 $dom2->loadXML('<test><foo /></test>');
|
H A D | bug46185.phpt | 8 $aDOM->loadXML('<?xml version="1.0"?> 13 $ok->loadXML('<?xml version="1.0"?>
|
H A D | bug47530.phpt | 10 …$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 D | specific_namespace_behaviour.phpt | 9 $dom1->loadXML(<<<XML 16 $dom2->loadXML('<xml><child/></xml>');
|
H A D | bug36756.phpt | 10 $dom->loadXML('<root><child/></root>'); 17 $dom->loadXML('<root><child/></root>');
|
H A D | dom_set_attr_node.phpt | 19 $dom->loadXML($xml); 24 $dom2->loadXML($xml2);
|
H A D | bug70359.phpt | 11 $dom->loadXML(<<<XML 21 $dom->loadXML(<<<XML 41 $dom->loadXML(<<<XML
|
/PHP-8.2/ext/libxml/tests/ |
H A D | libxml_disable_entity_loader.phpt | 27 $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 D | bug61367-read.phpt | 24 $doc->loadXML( <<<XML 60 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_… 62 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d 64 Warning: DOMDocument::loadXML(): Entity 'file' not defined in Entity, line: 4 in %s on line %d
|
H A D | libxml_disable_entity_loader_2.phpt | 26 $doc->loadXML($xml, 0); 42 %s: DOMDocument::loadXML(): %Sfailed to load %s
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | bug81325.phpt | 9 $dom->loadXML("foo"); 14 Warning: DOMDocument::loadXML(): Start tag expected%s
|
/PHP-8.2/ext/xsl/tests/ |
H A D | bug33853.phpt | 14 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?> 23 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
|
H A D | throw_in_autoload.phpt | 14 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?> 23 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
|
H A D | php_function_edge_cases.phpt | 10 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?> 20 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
|
Completed in 27 milliseconds
12345678