Home
last modified time | relevance | path

Searched refs:createTextNode (Results 1 – 19 of 19) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A DDOM4_ParentNode_Fragment.phpt13 $fragment->appendChild($dom->createTextNode('foo'));
16 $fragment->appendChild($dom->createTextNode('bar'));
H A Ddom006.phpt11 $titleElement->appendChild($this->createTextNode($title));
13 $authorElement->appendChild($this->createTextNode($author));
H A Dbug46335.phpt13 $node = $dom->createTextNode($textascii);
22 $node = $dom->createTextNode($text);
H A Dbug70001.phpt9 $element = (new DOMDocument())->createTextNode('<p>foo & bar</p>');
H A DDOMNode_normalize_basic.phpt33 $text = $doc->createTextNode('This is the first title');
40 $text = $doc->createTextNode('This is the second title');
H A DDOMDocument_save_basic.phpt19 $text = $doc->createTextNode('This is the title');
H A DDOMDocument_saveHTML_variant1.phpt16 $text = $doc->createTextNode('This is the title');
H A Dbug41374.phpt20 $bar = $root->insertBefore($doc->createTextNode("bar"), $foo->nextSibling);
H A DDOMDocument_saveHTML_basic.phpt19 $text = $doc->createTextNode('This is the title');
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt20 $text = $doc->createTextNode('This is the title');
H A Dbug28721.phpt57 $p->appendChild($t1 = $xml->createTextNode(" t1 "));
59 $b->appendChild($xml->createTextNode("X"));
60 $p->appendChild($t2 = $xml->createTextNode(" t2 "));
61 $p->appendChild($xml->createTextNode(" xxx "));
76 $d->appendChild($t3 = $xml->createTextNode(" t3 "));
79 $d->appendChild($t4 = $xml->createTextNode(" t4 "));
80 $d->appendChild($xml->createTextNode(" xxx "));
94 $t5 = $frag->appendChild($xml->createTextNode(" t5 "));
96 $i->appendChild($xml->createTextNode(" frob "));
H A DDOMText_appendData_basic.phpt18 $textnode = $document->createTextNode('');
H A DDOMDocument_saveHTMLFile_formatOutput.phpt21 $text = $doc->createTextNode('This is the title');
H A DDOMDocument_saveHTMLFile_basic.phpt20 $text = $doc->createTextNode('This is the title');
H A DDOMNode_hasChildNodes_basic.phpt27 $text = $doc->createTextNode('This is the title');
/PHP-8.0/ext/libxml/tests/
H A Dbug61367-write.phpt13 $doc->appendChild($doc->createTextNode('hello'));
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php285 public function createTextNode(string $data) {} function in DOMDocument
H A Dphp_dom_arginfo.h521 ZEND_METHOD(DOMDocument, createTextNode);
742 ZEND_ME(DOMDocument, createTextNode, arginfo_class_DOMDocument_createTextNode, ZEND_ACC_PUBLIC)
H A Ddocument.c573 PHP_METHOD(DOMDocument, createTextNode) in PHP_METHOD() argument

Completed in 35 milliseconds