Searched refs:replaceChildren (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/dom/tests/ |
H A D | DOMElement_replaceChildren.phpt | 2 DOMParentNode::replaceChildren() 14 $dom->documentElement->replaceChildren($dom->documentElement); 20 $dom->documentElement->firstElementChild->replaceChildren($dom->documentElement); 27 $dom->documentElement->replaceChildren('foo', $dom->createElement('p'), 'bar'); 36 $dom->documentElement->replaceChildren($fragment1, $fragment2, $fragment3); 42 $fragment->replaceChildren(); 46 $fragment->replaceChildren($dom->createElement('b', 'test')); 52 $dom->replaceChildren($dom->documentElement); 57 $dom->documentElement->replaceChildren();
|
H A D | gh16595.phpt | 16 $v0 -> replaceChildren ( $v7 );
|
H A D | parentnode_childnode_too_long_text.phpt | 65 $element->replaceChildren('x', $str); 78 DOMElement::replaceChildren(): Argument #2 must be less than or equal to 2147483647 bytes long
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 293 public function replaceChildren(...$nodes): void; function 604 public function replaceChildren(...$nodes): void {} function in DOMDocumentFragment 847 public function replaceChildren(...$nodes): void {} function in DOMElement 1069 public function replaceChildren(...$nodes): void {} function in DOMDocument 1328 public function replaceChildren(Node|string ...$nodes): void; function 1682 public function replaceChildren(Node|string ...$nodes): void {} function in Dom\\Element 1889 public function replaceChildren(Node|string ...$nodes): void {} function in Dom\\DocumentFragment 2019 public function replaceChildren(Node|string ...$nodes): void {} function in Dom\\Document
|
H A D | php_dom_arginfo.h | 1168 ZEND_METHOD(DOMDocument, replaceChildren); 1204 ZEND_METHOD(DOMElement, replaceChildren); 1465 ZEND_ME(DOMElement, replaceChildren, arginfo_class_DOMElement_replaceChildren, ZEND_ACC_PUBLIC) 1510 ZEND_ME(DOMDocument, replaceChildren, arginfo_class_DOMDocument_replaceChildren, ZEND_ACC_PUBLIC)
|
H A D | document.c | 2309 PHP_METHOD(DOMDocument, replaceChildren) in PHP_METHOD() argument
|
H A D | element.c | 1558 PHP_METHOD(DOMElement, replaceChildren) in PHP_METHOD() argument
|
Completed in 45 milliseconds