Home
last modified time | relevance | path

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

/PHP-8.2/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 Dgh16593.phpt2 GH-16593 (Assertion failure in DOM->replaceChild)
12 $root->replaceChild($doc->createAttribute('foo'), $child);
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.2/ext/dom/
H A Dphp_dom.stub.php394 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.c1053 PHP_METHOD(DOMNode, replaceChild) in PHP_METHOD() argument
/PHP-8.2/build/
H A Dgen_stub.php4583 $originalSynopsis->parentNode->replaceChild($newSynopsis, $originalSynopsis);
/PHP-8.2/
H A DNEWS94 . Fixed bug GH-16593 (Assertion failure in DOM->replaceChild). (nielsdos)

Completed in 35 milliseconds