Home
last modified time | relevance | path

Searched refs:documentElement (Results 101 – 125 of 148) sorted by relevance

123456

/PHP-8.3/ext/dom/tests/
H A Dbug44648.phpt11 $root = $doc->documentElement;
H A Dbug47847.phpt20 $imported = $aDOM->importNode($fromdom->documentElement->firstElementChild, true);
H A Dbug67440.phpt22 $document->documentElement->{$method}($fragment);
30 $document->documentElement->{$method}($childNode);
38 $document->documentElement->{$method}($fragment);
45 $document->documentElement->{$method}($fragment);
H A DDOMElement_id.phpt16 $div = $dom->documentElement->firstChild;
H A Dbug43364.phpt37 $count = loopElements(array($doc->documentElement));
H A Dgh11906.phpt15 $container = $doc->documentElement;
H A Dspecific_namespace_behaviour.phpt17 $wsse = $dom2->importNode($dom1->documentElement, true);
H A Dgh12616_2.phpt19 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', 'symfony');
H A Ddom006.phpt19 $this->documentElement->appendChild($bookElement);
H A Dregsiter_node_class.phpt19 $root = $doc->documentElement;
H A DDOM4_ParentNode.phpt17 $element = $dom->documentElement;
H A DDOMDocument_liveness_caching_invalidation.phpt9 $root = $doc->documentElement;
H A DDOMElement_hasAttributes_basic.phpt19 $element = $dom->documentElement;
H A Dnot_serializable.phpt16 $node = $doc->documentElement;
H A DDOMDocument_adoptNode.phpt78 $doc4->documentElement->appendChild($doc4->adoptNode($adopted));
105 $doc2->documentElement->appendChild($child = $doc2->adoptNode($doc1->documentElement));
H A Ddom_xinclude.phpt24 foreach ($dom->documentElement->childNodes as $node) {
H A DDOMNode_C14N_references.phpt23 $doc = $dom->documentElement->firstChild;
H A Ddom003.phpt10 $rootNode = $dom->documentElement;
H A DDOMNamedNodeMap_string_references.phpt11 $attributes = $dom->documentElement->attributes;
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Delement_declaration.phpt17 $element = $doc->documentElement->firstElementChild;
H A Dtext_node.phpt11 $text2 = $doc->documentElement->appendChild($doc->createTextNode('my text 2'));
H A Dentity_reference.phpt25 $entityRef = $doc->documentElement->appendChild($doc->createEntityReference('test'));
H A Dgh9628_1.phpt20 $outer_span = $doc->documentElement->firstElementChild;
/PHP-8.3/ext/dom/tests/gh11830/
H A Dhierarchy_variation.phpt16 $container = $doc->documentElement;
/PHP-8.3/ext/xsl/tests/
H A Dxslt011.phpt36 return $dom->documentElement;

Completed in 46 milliseconds

123456