Home
last modified time | relevance | path

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

/PHP-8.1/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.phpt31 $text = $doc->createTextNode('This is the first title');
38 $text = $doc->createTextNode('This is the second title');
H A DDOMDocument_save_basic.phpt17 $text = $doc->createTextNode('This is the title');
H A Dbug41374.phpt20 $bar = $root->insertBefore($doc->createTextNode("bar"), $foo->nextSibling);
H A DDOMDocument_saveHTML_variant1.phpt14 $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 DDOMDocument_saveHTML_basic.phpt17 $text = $doc->createTextNode('This is the title');
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt18 $text = $doc->createTextNode('This is the title');
H A DDOMText_appendData_basic.phpt18 $textnode = $document->createTextNode('');
H A DDOMDocument_saveHTMLFile_basic.phpt18 $text = $doc->createTextNode('This is the title');
H A DDOMDocument_saveHTMLFile_formatOutput.phpt19 $text = $doc->createTextNode('This is the title');
H A DDOMNode_hasChildNodes_basic.phpt25 $text = $doc->createTextNode('This is the title');
H A Dbug67440.phpt12 $fragment->appendChild($document->createTextNode("\n"));
14 $fragment->appendChild($document->createTextNode("\n"));
16 $fragment->appendChild($document->createTextNode("\n"));
/PHP-8.1/ext/libxml/tests/
H A Dbug61367-write.phpt13 $doc->appendChild($doc->createTextNode('hello'));
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php497 public function createTextNode(string $data): DOMText {} function in DOMDocument
H A Dphp_dom_arginfo.h579 ZEND_METHOD(DOMDocument, createTextNode);
804 ZEND_ME(DOMDocument, createTextNode, arginfo_class_DOMDocument_createTextNode, ZEND_ACC_PUBLIC)
H A Ddocument.c581 PHP_METHOD(DOMDocument, createTextNode) in PHP_METHOD() argument

Completed in 65 milliseconds