Searched refs:DOMText (Results 1 – 23 of 23) sorted by relevance
/php-src/ext/dom/tests/ |
H A D | dom_comment_basic.phpt | 31 DOMText 38 DOMText
|
H A D | DOMNode_removeChild_basic.phpt | 61 Course: no title:DOMText 73 Course: no title:DOMText 85 Course: no title:DOMText
|
H A D | gh15137.phpt | 7 var_dump(new DOMText()->wholeText);
|
H A D | bug52656.phpt | 13 DOMText
|
H A D | bug79968.phpt | 8 $cdata = new DOMText;
|
H A D | gh16594.phpt | 8 $v1 = new DOMText("wr");
|
H A D | bug70001.phpt | 7 $element = new DOMText('<p>foo & bar</p>');
|
H A D | domchardata.phpt | 53 /* DOMText */ 54 $text = new DOMText('some text characters');
|
H A D | null_text_content_manipulation.phpt | 7 $text = new DOMText();
|
H A D | gh16777_1.phpt | 7 $text = new DOMText('my value');
|
H A D | DOMText_appendData_basic.phpt | 2 DOMText::appendData basic functionality test
|
H A D | bug69846.phpt | 33 object(DOMText)#%d (23) { 149 object(DOMText)#%d (23) {
|
H A D | bug46335.phpt | 2 Bug #46335 (DOMText::splitText doesn't handle multibyte characters).
|
H A D | bug28721.phpt | 2 Bug #28721 (appendChild() and insertBefore() unset DOMText)
|
/php-src/ext/dom/ |
H A D | text.c | 35 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 D | php_dom.stub.php | 274 class DOMCdataSection extends DOMText 981 public function createTextNode(string $data): DOMText {} 1082 class DOMText extends DOMCharacterData class 1101 /** @return DOMText|false */
|
H A D | php_dom_arginfo.h | 368 …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 D | gen_stub.php | 1663 $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 D | direct_construction.phpt | 39 echo "-- Test DOMText --\n"; 40 $test = new DOMText("test"); 109 -- Test DOMText --
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | legacy_null_content.phpt | 10 $root->appendChild($dom->importLegacyNode(new DOMText));
|
/php-src/ext/dom/tests/manually_call_constructor/ |
H A D | text.phpt | 8 $text = new DOMText('my value');
|
/php-src/ext/dom/tests/compareDocumentPosition/ |
H A D | disconnected.phpt | 34 $foo = $fragment->appendChild(new DOMText("foo"));
|
/php-src/ext/dom/tests/modern/common/ |
H A D | Document_title_getter.phpt | 47 $dom->getElementsByTagName('title')[0]->appendChild($dom->importLegacyNode(new DOMText));
|
Completed in 112 milliseconds