Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Ddom_comment_basic.phpt33 DOMText
40 DOMText
H A DDOMNode_removeChild_basic.phpt63 Course: no title:DOMText
75 Course: no title:DOMText
87 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.0/ext/dom/
H A Dtext.c35 PHP_METHOD(DOMText, __construct) in PHP_METHOD() argument
107 PHP_METHOD(DOMText, splitText) in PHP_METHOD() argument
177 PHP_METHOD(DOMText, isWhitespaceInElementContent) in PHP_METHOD() argument
H A Dphp_dom.stub.php9 class DOMCdataSection extends DOMText
284 /** @return DOMText|false */
365 class DOMText extends DOMCharacterData class
378 /** @return DOMText|false */
H A Dphp_dom_arginfo.h561 ZEND_METHOD(DOMText, __construct);
562 ZEND_METHOD(DOMText, isWhitespaceInElementContent);
563 ZEND_METHOD(DOMText, splitText);
792 ZEND_ME(DOMText, __construct, arginfo_class_DOMText___construct, ZEND_ACC_PUBLIC)
793 …ZEND_ME(DOMText, isWhitespaceInElementContent, arginfo_class_DOMText_isWhitespaceInElementContent,…
794 …ZEND_MALIAS(DOMText, isElementContentWhitespace, isWhitespaceInElementContent, arginfo_class_DOMTe…
795 ZEND_ME(DOMText, splitText, arginfo_class_DOMText_splitText, ZEND_ACC_PUBLIC)
/PHP-8.0/build/
H A Dgen_stub.php891 $methodSynopsis->appendChild(new DOMText("\n "));
896 $methodSynopsis->appendChild(new DOMText(" "));
908 $methodSynopsis->appendChild(new DOMText("\n "));
913 $methodSynopsis->appendChild(new DOMText("\n "));
944 $methodSynopsis->appendChild(new DOMText("\n "));

Completed in 25 milliseconds