Home
last modified time | relevance | path

Searched refs:replaceChildren (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMElement_replaceChildren.phpt2 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 Dgh16595.phpt16 $v0 -> replaceChildren ( $v7 );
H A Dparentnode_childnode_too_long_text.phpt65 $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 Dphp_dom.stub.php293 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 Dphp_dom_arginfo.h1168 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 Ddocument.c2309 PHP_METHOD(DOMDocument, replaceChildren) in PHP_METHOD() argument
H A Delement.c1558 PHP_METHOD(DOMElement, replaceChildren) in PHP_METHOD() argument

Completed in 45 milliseconds