Home
last modified time | relevance | path

Searched refs:replaceWith (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A DDOM4_DOMNode_replaceWith.phpt2 DOMNode::replaceWith()
13 $element->replaceWith(
H A DDOM4_ChildNode_wrong_document.phpt2 DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
32 $element->replaceWith($dom2->documentElement->firstChild);
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php39 public function replaceWith(...$nodes): void; function
158 public function replaceWith(...$nodes): void {} function in DOMCharacterData
244 public function replaceWith(...$nodes): void {} function in DOMElement
H A Dphp_dom_arginfo.h480 ZEND_METHOD(DOMCharacterData, replaceWith);
508 ZEND_METHOD(DOMElement, replaceWith);
622 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, replaceWith, arginfo_class_DOMChildNode_replaceWith, ZEN…
686 ZEND_ME(DOMCharacterData, replaceWith, arginfo_class_DOMCharacterData_replaceWith, ZEND_ACC_PUBLIC)
724 ZEND_ME(DOMElement, replaceWith, arginfo_class_DOMElement_replaceWith, ZEND_ACC_PUBLIC)
H A Dcharacterdata.c399 PHP_METHOD(DOMCharacterData, replaceWith) in PHP_METHOD() argument
H A Delement.c1240 PHP_METHOD(DOMElement, replaceWith) in PHP_METHOD() argument

Completed in 20 milliseconds