Home
last modified time | relevance | path

Searched refs:ownerDocument (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt12 echo $dtd->ownerDocument->saveXML();
13 $dtd->ownerDocument->removeChild($dtd);
14 var_dump($dtd->ownerDocument->nodeName);
H A Dgh9628_2.phpt34 \assert($span->ownerDocument === $doc);
48 $span->ownerDocument->createTextNode('Hello World')
/PHP-8.3/ext/xmlreader/tests/
H A Dexpand.phpt27 if ($node->ownerDocument) {
28 echo $node->ownerDocument->documentElement->firstChild->textContent . "\n";
/PHP-8.3/ext/dom/tests/
H A Dgh12616_3.phpt76 ["ownerDocument"]=>
99 ["ownerDocument"]=>
121 ["ownerDocument"]=>
144 ["ownerDocument"]=>
166 ["ownerDocument"]=>
H A Dbug69846.phpt71 ["ownerDocument"]=>
132 ["ownerDocument"]=>
187 ["ownerDocument"]=>
H A DgetElementsByTagName_liveness_deallocated_document.phpt22 $dom = $second->ownerDocument;
H A Ddom_import_simplexml.phpt14 print $dom->ownerDocument->saveXML();
H A DDOMDocument_adoptNode.phpt17 var_dump($i_tag_element->ownerDocument === $doc1);
18 var_dump($i_tag_element->ownerDocument === $doc2);
37 var_dump($i_tag_element->ownerDocument === $doc1);
38 var_dump($i_tag_element->ownerDocument === $doc2);
H A Dbug70359.phpt61 [ownerDocument] => (object value omitted)
79 [ownerDocument] => (object value omitted)
H A Dbug80602_3.phpt69 ["ownerDocument"]=>
126 ["ownerDocument"]=>
H A Dbug78577.phpt31 ["ownerDocument"]=>
H A Dxpath_domnamespacenode.phpt35 ["ownerDocument"]=>
H A Dclone_nodes.phpt62 ["ownerDocument"]=>
H A Ddomobject_debug_handler.phpt91 ["ownerDocument"]=>
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php335 public ?DOMDocument $ownerDocument; variable in DOMNode
436 public ?DOMDocument $ownerDocument; variable in DOMNameSpaceNode

Completed in 38 milliseconds