Home
last modified time | relevance | path

Searched refs:createCDATASection (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A DDOMCharacterData_substringData_basic_001.phpt15 $cdata = $document->createCDATASection('testfest');
H A DDOMCharacterData_deleteData_basic_001.phpt14 $cdata = $document->createCDATASection('test');
H A DDOMCharacterData_deleteData_error_002.phpt14 $cdata = $document->createCDATASection('test');
H A DDOMParentNode_empty_argument.phpt50 $cdata = $dom->createCDATASection('foo');
61 $cdata = $dom->createCDATASection('foo');
H A DDOMCharacterData_data_basic_002.phpt15 $cdata = $document->createCDATASection('t');
H A DDOMCharacterData_appendData_basic.phpt18 $cdatanode = $document->createCDATASection('');
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php476 public function createCDATASection(string $data) {} function in DOMDocument
H A Dphp_dom_arginfo.h572 ZEND_METHOD(DOMDocument, createCDATASection);
797 …ZEND_ME(DOMDocument, createCDATASection, arginfo_class_DOMDocument_createCDATASection, ZEND_ACC_PU…
H A Ddocument.c641 PHP_METHOD(DOMDocument, createCDATASection) in PHP_METHOD() argument

Completed in 27 milliseconds