Searched refs:replaceChild (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/dom/tests/ |
H A D | bug32615.phpt | 21 $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 D | gh16593.phpt | 2 GH-16593 (Assertion failure in DOM->replaceChild) 12 $root->replaceChild($doc->createAttribute('foo'), $child);
|
H A D | DOMNode_replaceChild_error2.phpt | 2 replaceChild() where the new node is a grandparent of the old node 14 $b->replaceChild($a, $c);
|
H A D | bug79451.phpt | 2 Bug #79451 (Using DOMDocument->replaceChild on doctype causes double free) 11 $dom->replaceChild($dt, $dom->doctype);
|
H A D | DOMNode_replaceChild_error1.phpt | 2 replaceChild() where the old node is not a child 16 $parent->replaceChild($child3, $child1);
|
H A D | DOMNode_replaceChild_basic.phpt | 18 $old_child = $parent->replaceChild($new_child, $parent->firstChild); 24 $parent->replaceChild($new_child, $parent->firstChild); 30 $parent->replaceChild($new_child, $parent->firstChild);
|
H A D | gh14702.phpt | 28 $toReplace->parentNode->replaceChild($xi, $toReplace);
|
H A D | gh11288.phpt | 22 $span->parentNode?->replaceChild($fragment, $span);
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 394 public function replaceChild(DOMNode $node, DOMNode $child) {} function in DOMNode
|
H A D | php_dom_arginfo.h | 521 ZEND_METHOD(DOMNode, replaceChild); 704 ZEND_ME(DOMNode, replaceChild, arginfo_class_DOMNode_replaceChild, ZEND_ACC_PUBLIC)
|
H A D | node.c | 1053 PHP_METHOD(DOMNode, replaceChild) in PHP_METHOD() argument
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 4583 $originalSynopsis->parentNode->replaceChild($newSynopsis, $originalSynopsis);
|
/PHP-8.2/ |
H A D | NEWS | 94 . Fixed bug GH-16593 (Assertion failure in DOM->replaceChild). (nielsdos)
|
Completed in 35 milliseconds