Home
last modified time | relevance | path

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

/PHP-8.0/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 DDOMCharacterData_data_basic_002.phpt15 $cdata = $document->createCDATASection('t');
H A DDOMCharacterData_appendData_basic.phpt18 $cdatanode = $document->createCDATASection('');
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php264 public function createCDATASection(string $data) {} function in DOMDocument
H A Dphp_dom_arginfo.h514 ZEND_METHOD(DOMDocument, createCDATASection);
735 …ZEND_ME(DOMDocument, createCDATASection, arginfo_class_DOMDocument_createCDATASection, ZEND_ACC_PU…
H A Ddocument.c631 PHP_METHOD(DOMDocument, createCDATASection) in PHP_METHOD() argument

Completed in 22 milliseconds