Home
last modified time | relevance | path

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

/php-src/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 Dgh15137.phpt7 var_dump(new DOMText()->wholeText);
H A Dbug52656.phpt13 DOMText
H A Dbug79968.phpt8 $cdata = new DOMText;
H A Dgh16594.phpt8 $v1 = new DOMText("wr");
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 Dnull_text_content_manipulation.phpt7 $text = new DOMText();
H A Dgh16777_1.phpt7 $text = new DOMText('my value');
H A DDOMText_appendData_basic.phpt2 DOMText::appendData basic functionality test
H A Dbug69846.phpt33 object(DOMText)#%d (23) {
149 object(DOMText)#%d (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-src/ext/dom/
H A Dtext.c35 PHP_METHOD(DOMText, __construct) in PHP_METHOD() argument
97 PHP_METHOD(DOMText, splitText) in PHP_METHOD() argument
156 PHP_METHOD(DOMText, isWhitespaceInElementContent) in PHP_METHOD() argument
H A Dphp_dom.stub.php274 class DOMCdataSection extends DOMText
981 public function createTextNode(string $data): DOMText {}
1082 class DOMText extends DOMCharacterData class
1101 /** @return DOMText|false */
H A Dphp_dom_arginfo.h368 …N_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMDocument_createTextNode, 0, 1, DOMText, 0)
1241 ZEND_METHOD(DOMText, __construct);
1242 ZEND_METHOD(DOMText, isWhitespaceInElementContent);
1243 ZEND_METHOD(DOMText, splitText);
1515 ZEND_ME(DOMText, __construct, arginfo_class_DOMText___construct, ZEND_ACC_PUBLIC)
1516 …ZEND_ME(DOMText, isWhitespaceInElementContent, arginfo_class_DOMText_isWhitespaceInElementContent,…
1518 ZEND_ME(DOMText, splitText, arginfo_class_DOMText_splitText, ZEND_ACC_PUBLIC)
/php-src/build/
H A Dgen_stub.php1663 $refentry->appendChild(new DOMText("\n "));
1667 $refnamediv->appendChild(new DOMText("\n "));
1670 $refnamediv->appendChild(new DOMText("\n "));
1674 $refnamediv->appendChild(new DOMText("\n "));
1721 $errorsRefSec->appendChild(new DOMText("\n "));
1776 $seeAlsoRefSec->appendChild(new DOMText("\n "));
1780 $refentry->appendChild(new DOMText("\n\n"));
1904 $returnRefSec->appendChild(new DOMText("\n "));
1983 new DOMText('8.X.0'),
1984 new DOMText("\n Description\n "),
[all …]
/php-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt39 echo "-- Test DOMText --\n";
40 $test = new DOMText("test");
109 -- Test DOMText --
/php-src/ext/dom/tests/modern/html/serializer/
H A Dlegacy_null_content.phpt10 $root->appendChild($dom->importLegacyNode(new DOMText));
/php-src/ext/dom/tests/manually_call_constructor/
H A Dtext.phpt8 $text = new DOMText('my value');
/php-src/ext/dom/tests/compareDocumentPosition/
H A Ddisconnected.phpt34 $foo = $fragment->appendChild(new DOMText("foo"));
/php-src/ext/dom/tests/modern/common/
H A DDocument_title_getter.phpt47 $dom->getElementsByTagName('title')[0]->appendChild($dom->importLegacyNode(new DOMText));

Completed in 112 milliseconds