Home
last modified time | relevance | path

Searched refs:DOMText (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A Ddom_comment_basic.phpt31 DOMText
38 DOMText
H A DDOMNode_removeChild_basic.phpt61 Course: no title:DOMText
73 Course: no title:DOMText
85 Course: no title:DOMText
H A Dbug52656.phpt13 DOMText
H A Dbug79968.phpt8 $cdata = new DOMText;
H A Dbug70001.phpt7 $element = new DOMText('<p>foo & bar</p>');
H A Ddomchardata.phpt53 /* DOMText */
54 $text = new DOMText('some text characters');
H A Dbug69846.phpt33 object(DOMText)#%d (21) {
137 object(DOMText)#%d (21) {
H A DDOMText_appendData_basic.phpt2 DOMText::appendData basic functionality test
H A Dbug46335.phpt2 Bug #46335 (DOMText::splitText doesn't handle multibyte characters).
H A Dbug28721.phpt2 Bug #28721 (appendChild() and insertBefore() unset DOMText)
/PHP-8.2/ext/dom/
H A Dtext.c35 PHP_METHOD(DOMText, __construct) in PHP_METHOD() argument
105 PHP_METHOD(DOMText, splitText) in PHP_METHOD() argument
175 PHP_METHOD(DOMText, isWhitespaceInElementContent) in PHP_METHOD() argument
H A Dphp_dom.stub.php261 class DOMCdataSection extends DOMText
732 public function createTextNode(string $data): DOMText {}
817 class DOMText extends DOMCharacterData class
833 /** @return DOMText|false */
H A Dphp_dom_arginfo.h328 …N_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMDocument_createTextNode, 0, 1, DOMText, 0)
619 ZEND_METHOD(DOMText, __construct);
620 ZEND_METHOD(DOMText, isWhitespaceInElementContent);
621 ZEND_METHOD(DOMText, splitText);
854 ZEND_ME(DOMText, __construct, arginfo_class_DOMText___construct, ZEND_ACC_PUBLIC)
855 …ZEND_ME(DOMText, isWhitespaceInElementContent, arginfo_class_DOMText_isWhitespaceInElementContent,…
856 …ZEND_MALIAS(DOMText, isElementContentWhitespace, isWhitespaceInElementContent, arginfo_class_DOMTe…
857 ZEND_ME(DOMText, splitText, arginfo_class_DOMText_splitText, ZEND_ACC_PUBLIC)
/PHP-8.2/build/
H A Dgen_stub.php1509 $methodSynopsis->appendChild(new DOMText("\n "));
1514 $methodSynopsis->appendChild(new DOMText(" "));
1526 $methodSynopsis->appendChild(new DOMText("\n "));
1562 $methodSynopsis->appendChild(new DOMText("\n "));
2659 $classSynopsis->appendChild(new DOMText("\n "));
2666 $classSynopsis->appendChild(new DOMText("\n\n "));
2713 $classSynopsisInfo->appendChild(new DOMText("\n "));
2834 $classSynopsis->appendChild(new DOMText("\n "));
3014 $includeElement->appendChild(new DOMText("\n "));
3016 $includeElement->appendChild(new DOMText("\n "));
[all …]
/PHP-8.2/ext/dom/tests/manually_call_constructor/
H A Dtext.phpt8 $text = new DOMText('my value');

Completed in 35 milliseconds