Home
last modified time | relevance | path

Searched refs:documentElement (Results 76 – 100 of 148) sorted by relevance

123456

/PHP-8.3/ext/dom/tests/
H A DreplaceWith_non_viable_next_sibling.phpt17 $container = $doc->documentElement;
H A Dbug32615.phpt11 $root = $dom->documentElement;
68 $root = $dom->documentElement;
H A DDOMDocument_savexml_basic.phpt25 $root = $dom->documentElement;
H A Dentity_reference_stale_02.phpt18 $ref = $dom->documentElement->firstChild;
H A Ddom_comment_basic.phpt17 $root = $dom->documentElement;
H A Dentity_reference_stale_01.phpt16 $ref = $dom->documentElement->firstChild;
H A Dgh15654.phpt20 $children = $dom->documentElement->childNodes;
H A Dgh11500.phpt85 var_dump($dom->documentElement->namespaceURI); // root
86 var_dump($dom->documentElement->firstChild->namespaceURI); // a1
87 var_dump($dom->documentElement->firstChild->firstChild->namespaceURI); // b1
88 var_dump($dom->documentElement->firstChild->nextSibling->namespaceURI); // a2
89 var_dump($dom->documentElement->firstChild->nextSibling->firstChild->namespaceURI); // b2
H A DDOMChildNode_methods_without_parent.phpt15 $container = $doc->documentElement;
H A Dbug41257.phpt11 $root = $doc->documentElement;
H A Dbug41374.phpt15 $root = $doc->documentElement;
H A Dbug47848.phpt18 $aDOM->documentElement->appendChild($aDOM->importNode($attr, true));
H A Dbug78577.phpt11 $attr = $doc->documentElement->getAttributeNode('xmlns');
H A DDOMDocument_adoptNode_attribute_references.phpt16 foreach ($dom->documentElement->attributes as $attr) {
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt14 $s = simplexml_import_dom($doc->documentElement);
H A Dbug54382.phpt14 $de = $xml->documentElement;
H A Dbug76285.phpt14 $rootNode = $dom->documentElement;
H A DDOMNode_insertBefore.phpt16 $e2 = $dom->documentElement->appendChild($dom->createElement("B"));
H A DDOMNode_issamenode_basic.phpt19 $node = $dom->documentElement;
H A Ddomattributes.phpt16 $node = $dom->documentElement;
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_definition_crash.phpt9 $child = $doc->documentElement->appendChild($doc->createElementNS('some:ns', 'child'));
H A Ddom_character_data.phpt12 $cdata = $doc->documentElement->firstChild;
/PHP-8.3/ext/libxml/tests/
H A Dbug42112.phpt26 $root = $doc->documentElement;
/PHP-8.3/ext/xsl/tests/
H A Dbug26384.phpt29 print $dom->documentElement->firstChild->nextSibling->nodeName;
/PHP-8.3/ext/xmlreader/tests/
H A Dexpand.phpt28 echo $node->ownerDocument->documentElement->firstChild->textContent . "\n";

Completed in 22 milliseconds

123456