Home
last modified time | relevance | path

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

/PHP-8.3/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 DDOMText_appendData_basic.phpt2 DOMText::appendData basic functionality test
H A Dbug69846.phpt33 object(DOMText)#7 (23) {
149 object(DOMText)#7 (23) {
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.3/ext/dom/
H A Dtext.c35 PHP_METHOD(DOMText, __construct) in PHP_METHOD() argument
105 PHP_METHOD(DOMText, splitText) in PHP_METHOD() argument
172 PHP_METHOD(DOMText, isWhitespaceInElementContent) in PHP_METHOD() argument
H A Dphp_dom.stub.php261 class DOMCdataSection extends DOMText
771 public function createTextNode(string $data): DOMText {}
859 class DOMText extends DOMCharacterData class
875 /** @return DOMText|false */
H A Dphp_dom_arginfo.h365 …N_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMDocument_createTextNode, 0, 1, DOMText, 0)
670 ZEND_METHOD(DOMText, __construct);
671 ZEND_METHOD(DOMText, isWhitespaceInElementContent);
672 ZEND_METHOD(DOMText, splitText);
916 ZEND_ME(DOMText, __construct, arginfo_class_DOMText___construct, ZEND_ACC_PUBLIC)
917 …ZEND_ME(DOMText, isWhitespaceInElementContent, arginfo_class_DOMText_isWhitespaceInElementContent,…
918 …ZEND_MALIAS(DOMText, isElementContentWhitespace, isWhitespaceInElementContent, arginfo_class_DOMTe…
919 ZEND_ME(DOMText, splitText, arginfo_class_DOMText_splitText, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt39 echo "-- Test DOMText --\n";
40 $test = new DOMText("test");
109 -- Test DOMText --
/PHP-8.3/ext/dom/tests/manually_call_constructor/
H A Dtext.phpt8 $text = new DOMText('my value');
/PHP-8.3/build/
H A Dgen_stub.php1529 $methodSynopsis->appendChild(new DOMText("\n "));
1534 $methodSynopsis->appendChild(new DOMText(" "));
1546 $methodSynopsis->appendChild(new DOMText("\n "));
1582 $methodSynopsis->appendChild(new DOMText("\n "));
2823 $classSynopsis->appendChild(new DOMText("\n "));
2981 $classSynopsis->appendChild(new DOMText("\n "));
3025 $ooElement->appendChild(new DOMText("\n$indentation"));
3199 $includeElement->appendChild(new DOMText("\n "));
3201 $includeElement->appendChild(new DOMText("\n "));
3226 $classSynopsis->appendChild(new DOMText("\n\n "));
[all …]

Completed in 39 milliseconds