Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_createCDATASection.phpt2 Dom\HTMLDocument::createCDATASection()
9 $dom->createCDATASection("foo");
15 $dom->createCDATASection("]]>");
23 $dom->createCDATASection("]]>");
28 $dom->createCDATASection("]>");
H A Dtext_merging.phpt12 $element->append("foo", "bar", "baz", $span, $dom->createCDATASection("a"), $dom->createCDATASectio…
H A DNode_appendChild_invalid_parent.phpt11 $cdata = $dom->createCDATASection('Hello World');
H A Dpre_insertion_validation.phpt24 $dom->append($dom->createCDATASection("text node"));
88 $fragment->append($dom->createCDATASection("bar"));
/php-src/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-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_cdata.phpt10 $cdata = $dom->createCDATASection("foobaré\"<>-&");
H A DHTMLDocument_serialize_roots.phpt10 $cdata = $dom->createCDATASection("cdata");
/php-src/ext/dom/
H A Dphp_dom.stub.php960 public function createCDATASection(string $data) {} function in DOMDocument
1965 public function createCDATASection(string $data): CDATASection {} function in Dom\\Document
H A Ddocument.c585 PHP_METHOD(DOMDocument, createCDATASection) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1205 ZEND_METHOD(DOMDocument, createCDATASection);
1469 …ZEND_ME(DOMDocument, createCDATASection, arginfo_class_DOMDocument_createCDATASection, ZEND_ACC_PU…

Completed in 58 milliseconds