Searched refs:createCDATASection (Results 1 – 9 of 9) sorted by relevance
15 $cdata = $document->createCDATASection('testfest');
14 $cdata = $document->createCDATASection('test');
50 $cdata = $dom->createCDATASection('foo');61 $cdata = $dom->createCDATASection('foo');
15 $cdata = $document->createCDATASection('t');
18 $cdatanode = $document->createCDATASection('');
750 public function createCDATASection(string $data) {} function in DOMDocument
622 ZEND_METHOD(DOMDocument, createCDATASection);858 …ZEND_ME(DOMDocument, createCDATASection, arginfo_class_DOMDocument_createCDATASection, ZEND_ACC_PU…
612 PHP_METHOD(DOMDocument, createCDATASection) in PHP_METHOD() argument
Completed in 29 milliseconds