Home
last modified time | relevance | path

Searched refs:documentElement (Results 126 – 150 of 230) sorted by relevance

12345678910

/php-src/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-src/ext/dom/tests/
H A Dcanonicalization_special_nodes.phpt21 $doc = $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 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 Dbug41257.phpt11 $root = $doc->documentElement;
H A Dbug47848.phpt18 $aDOM->documentElement->appendChild($aDOM->importNode($attr, true));
H A Dbug41374.phpt15 $root = $doc->documentElement;
H A DDOMChildNode_methods_without_parent.phpt15 $container = $doc->documentElement;
H A Dbug78577.phpt11 $attr = $doc->documentElement->getAttributeNode('xmlns');
H A DDOMDocument_adoptNode_attribute_references.phpt16 foreach ($dom->documentElement->attributes as $attr) {
H A Dbug54382.phpt14 $de = $xml->documentElement;
H A Dbug76285.phpt14 $rootNode = $dom->documentElement;
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt14 $s = simplexml_import_dom($doc->documentElement);
H A DDOMNode_insertBefore.phpt16 $e2 = $dom->documentElement->appendChild($dom->createElement("B"));
/php-src/ext/dom/tests/modern/spec/
H A DNode_insertBefore_01.phpt9 $dom->documentElement->remove();
H A DNode_insertBefore_02.phpt14 $dom->insertBefore($fragment, $dom->documentElement);
H A Ddom_parsing_gh44.phpt8 …ns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0="uri1" xmlns:NS1="uri1"/></root>')->documentElement;
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt15 $el = $xml->documentElement->firstChild;
/php-src/ext/libxml/tests/
H A Dbug42112.phpt26 $root = $doc->documentElement;
/php-src/ext/xsl/tests/
H A Dbug26384.phpt29 print $dom->documentElement->firstChild->nextSibling->nodeName;
/php-src/ext/dom/tests/compareDocumentPosition/
H A Ddisconnected.phpt31 check($dom1->documentElement, $dom2->documentElement);
/php-src/ext/xmlreader/tests/
H A Dexpand.phpt28 echo $node->ownerDocument->documentElement->firstChild->textContent . "\n";

Completed in 59 milliseconds

12345678910