Home
last modified time | relevance | path

Searched refs:insertAdjacentText (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMElement_insertAdjacentText.phpt2 DOMElement::insertAdjacentText()
14 $dom->createElement('free')->insertAdjacentText("bogus", "bogus");
24 $p->insertAdjacentText("beforebegin", 'A');
27 $p->insertAdjacentText("afterbegin", 'B');
30 $p->insertAdjacentText("beforeend", 'C');
33 $p->insertAdjacentText("afterend", 'D');
48 $empty->insertAdjacentText("afterbegin", 'A');
52 $empty->insertAdjacentText("afterbegin", 'B');
/php-src/ext/dom/tests/modern/spec/
H A DElement_insertAdjacentText.phpt2 Element::insertAdjacentText() edge cases
11 $foo->insertAdjacentText(Dom\AdjacentPosition::BeforeBegin, "bar");
16 $foo->insertAdjacentText(Dom\AdjacentPosition::AfterBegin, "bar");
17 $foo->insertAdjacentText(Dom\AdjacentPosition::BeforeEnd, "baz");
/php-src/ext/dom/
H A Dphp_dom.stub.php851 public function insertAdjacentText(string $where, string $data): void {} function in DOMElement
1634 public function insertAdjacentText(AdjacentPosition $where, string $data): void {} function in Dom\\Element
H A Delement.c1692 PHP_METHOD(DOMElement, insertAdjacentText) in PHP_METHOD() argument
1703 PHP_METHOD(Dom_Element, insertAdjacentText) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1206 ZEND_METHOD(DOMElement, insertAdjacentText);
1282 ZEND_METHOD(Dom_Element, insertAdjacentText);
1467 …ZEND_ME(DOMElement, insertAdjacentText, arginfo_class_DOMElement_insertAdjacentText, ZEND_ACC_PUBL…
1657 …ZEND_ME(Dom_Element, insertAdjacentText, arginfo_class_Dom_Element_insertAdjacentText, ZEND_ACC_PU…

Completed in 41 milliseconds