Home
last modified time | relevance | path

Searched refs:firstChild (Results 26 – 50 of 56) sorted by relevance

123

/PHP-8.3/ext/dom/tests/
H A Dbug80600.phpt10 $doc->documentElement->firstChild->remove();
H A DDOMCharacterData_replaceWith_self.phpt9 $cdata = $dom->documentElement->firstChild;
H A Dbug69373.phpt12 $doc->firstChild->nodeValue = '';
H A Dgh11500.phpt86 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 DDOM4_DOMNode_replaceWith.phpt12 $element = $dom->documentElement->firstChild;
H A Dgh14343.phpt10 $attr= $fromdom->firstChild->attributes->item(0);
H A Dbug38949.phpt16 $child = $root->firstChild->nextSibling;
H A DDOMEntityReference_predefined_free.phpt24 ["firstChild"]=>
H A Dbug41374.phpt16 $foo = $root->firstChild;
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
H A DDOMElement_id.phpt16 $div = $dom->documentElement->firstChild;
H A DDOMNode_hasChildNodes.phpt25 $dom->documentElement->removeChild($dom->documentElement->firstChild);
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt26 $doc->documentElement->firstChild->prefix = 'ns2';
H A DDOMNode_C14N_references.phpt23 $doc = $dom->documentElement->firstChild;
H A DDOMNode_DOMNameSpaceNode_isConnected.phpt12 $head = $docElement->firstChild;
H A Dclone_nodes.phpt31 $bar = $doc->documentElement->firstChild;
H A DDOMElement_insertAdjacentElement.phpt78 $dom1->documentElement->firstChild->insertAdjacentElement('afterbegin', $dom2->documentElement->fir…
H A Ddomobject_debug_handler.phpt79 ["firstChild"]=>
H A DDOMParentNode_empty_argument.phpt24 $dom->documentElement->firstChild->replaceWith(...$emptyFragment->childNodes);
/PHP-8.3/ext/libxml/tests/
H A Dbug61367-read.phpt31 print $doc->documentElement->firstChild->nodeValue;
66 Warning: Attempt to read property "firstChild" on null in %s on line %d
H A Dbug61367-read_2.phpt32 print $doc->documentElement->firstChild->nodeValue;
/PHP-8.3/ext/xsl/tests/
H A Dbug26384.phpt29 print $dom->documentElement->firstChild->nextSibling->nodeName;
H A Dxsltprocessor_transformToDoc.phpt48 var_dump($proc->transformToDoc($xmldoc)->firstChild->tagName);
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddom_character_data.phpt12 $cdata = $doc->documentElement->firstChild;
/PHP-8.3/ext/xmlreader/tests/
H A Dexpand.phpt28 echo $node->ownerDocument->documentElement->firstChild->textContent . "\n";

Completed in 27 milliseconds

123