Home
last modified time | relevance | path

Searched refs:replaceChild (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A Dbug32615.phpt21 $root->replaceChild($frag, $root->firstChild);
27 $root->replaceChild($frag, $root->lastChild);
39 $root->replaceChild($frag, $node);
42 $root->replaceChild($frag, $root->lastChild);
45 $root->replaceChild($frag, $root->firstChild->nextSibling);
69 $root->replaceChild($frag, $root->firstChild);
H A DDOMNode_replaceChild_error2.phpt2 replaceChild() where the new node is a grandparent of the old node
14 $b->replaceChild($a, $c);
H A Dbug79451.phpt2 Bug #79451 (Using DOMDocument->replaceChild on doctype causes double free)
11 $dom->replaceChild($dt, $dom->doctype);
H A DDOMNode_replaceChild_error1.phpt2 replaceChild() where the old node is not a child
16 $parent->replaceChild($child3, $child1);
H A DDOMNode_replaceChild_basic.phpt18 $old_child = $parent->replaceChild($new_child, $parent->firstChild);
24 $parent->replaceChild($new_child, $parent->firstChild);
30 $parent->replaceChild($new_child, $parent->firstChild);
H A Dgh14702.phpt28 $toReplace->parentNode->replaceChild($xi, $toReplace);
H A Dgh11288.phpt22 $span->parentNode?->replaceChild($fragment, $span);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php405 public function replaceChild(DOMNode $node, DOMNode $child) {} function in DOMNode
H A Dphp_dom_arginfo.h563 ZEND_METHOD(DOMNode, replaceChild);
757 ZEND_ME(DOMNode, replaceChild, arginfo_class_DOMNode_replaceChild, ZEND_ACC_PUBLIC)
H A Dnode.c1048 PHP_METHOD(DOMNode, replaceChild) in PHP_METHOD() argument
/PHP-8.3/build/
H A Dgen_stub.php4867 $originalSynopsis->parentNode->replaceChild($newSynopsis, $originalSynopsis);

Completed in 38 milliseconds