Searched refs:replaceWith (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/dom/tests/ |
H A D | DOM4_DOMNode_replaceWith.phpt | 2 DOMNode::replaceWith() 13 $element->replaceWith(
|
H A D | DOM4_ChildNode_wrong_document.phpt | 2 DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception 32 $element->replaceWith($dom2->documentElement->firstChild);
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 39 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 D | php_dom_arginfo.h | 480 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 D | characterdata.c | 399 PHP_METHOD(DOMCharacterData, replaceWith) in PHP_METHOD() argument
|
H A D | element.c | 1240 PHP_METHOD(DOMElement, replaceWith) in PHP_METHOD() argument
|
Completed in 14 milliseconds