Home
last modified time | relevance | path

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

/PHP-8.1/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 Dgh11288.phpt22 $span->parentNode?->replaceChild($fragment, $span);
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php159 public function replaceChild(DOMNode $node, DOMNode $child) {} function in DOMNode
H A Dphp_dom_arginfo.h521 ZEND_METHOD(DOMNode, replaceChild);
704 ZEND_ME(DOMNode, replaceChild, arginfo_class_DOMNode_replaceChild, ZEND_ACC_PUBLIC)
H A Dnode.c1024 PHP_METHOD(DOMNode, replaceChild) in PHP_METHOD() argument
/PHP-8.1/build/
H A Dgen_stub.php3217 $originalSynopsis->parentNode->replaceChild($newSynopsis, $originalSynopsis);
/PHP-8.1/
H A DNEWS1050 . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).

Completed in 30 milliseconds