Searched refs:DOMCdataSection (Results 1 – 9 of 9) sorted by relevance
2 Bug #52656 (DOMCdataSection does not work with splitText).7 $CData = new DOMCdataSection('splithere!');
17 DOMCdataSection::__construct() expects exactly 1 argument, 0 given
34 echo "-- Test DOMCdataSection --\n";35 $test = new DOMCdataSection("test");106 -- Test DOMCdataSection --
34 PHP_METHOD(DOMCdataSection, __construct) in PHP_METHOD() argument
274 class DOMCdataSection extends DOMText class959 /** @return DOMCdataSection|false */
1136 ZEND_METHOD(DOMCdataSection, __construct);1338 ZEND_ME(DOMCdataSection, __construct, arginfo_class_DOMCdataSection___construct, ZEND_ACC_PUBLIC)
13 $root->appendChild($dom->importLegacyNode(new DOMCdataSection('')));
8 $cdata = new DOMCdataSection("my value");
2019 $code = new DOMCdataSection(2035 $output = new DOMCdataSection(
Completed in 65 milliseconds