Searched refs:createTextNode (Results 1 – 23 of 23) sorted by relevance
13 $fragment->appendChild($dom->createTextNode('foo'));16 $fragment->appendChild($dom->createTextNode('bar'));
11 $titleElement->appendChild($this->createTextNode($title));13 $authorElement->appendChild($this->createTextNode($author));
13 $node = $dom->createTextNode($textascii);22 $node = $dom->createTextNode($text);
12 $textNode = $document->createTextNode("Node$i");
9 $element = (new DOMDocument())->createTextNode('<p>foo & bar</p>');
31 $text = $doc->createTextNode('This is the first title');38 $text = $doc->createTextNode('This is the second title');
17 $text = $doc->createTextNode('This is the title');
14 $text = $doc->createTextNode('This is the title');
20 $bar = $root->insertBefore($doc->createTextNode("bar"), $foo->nextSibling);
57 $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 "));
18 $text = $doc->createTextNode('This is the title');
18 $textnode = $document->createTextNode('');
23 $text = $doc->createTextNode('This is the title');
25 $text = $doc->createTextNode('This is the title');
22 $text = $doc->createTextNode('This is the title');
12 $fragment->appendChild($document->createTextNode("\n"));14 $fragment->appendChild($document->createTextNode("\n"));16 $fragment->appendChild($document->createTextNode("\n"));
15 $doc->appendChild($doc->createTextNode('hello'));
732 public function createTextNode(string $data): DOMText {} function in DOMDocument
579 ZEND_METHOD(DOMDocument, createTextNode);804 ZEND_ME(DOMDocument, createTextNode, arginfo_class_DOMDocument_createTextNode, ZEND_ACC_PUBLIC)
581 PHP_METHOD(DOMDocument, createTextNode) in PHP_METHOD() argument
Completed in 34 milliseconds