Searched refs:DOMCdataSection (Results 1 – 6 of 6) 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 PHP_METHOD(DOMCdataSection, __construct) in PHP_METHOD() argument
26 class DOMCdataSection extends DOMText class475 /** @return DOMCdataSection|false */
501 ZEND_METHOD(DOMCdataSection, __construct);658 ZEND_ME(DOMCdataSection, __construct, arginfo_class_DOMCdataSection___construct, ZEND_ACC_PUBLIC)
8 $cdata = new DOMCdataSection("my value");
Completed in 19 milliseconds