Home
last modified time | relevance | path

Searched refs:DOMCdataSection (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A Dbug52656.phpt2 Bug #52656 (DOMCdataSection does not work with splitText).
7 $CData = new DOMCdataSection('splithere!');
H A DDOMCDATASection_construct_error_001.phpt17 DOMCdataSection::__construct() expects exactly 1 argument, 0 given
/PHP-8.1/ext/dom/
H A Dcdatasection.c34 PHP_METHOD(DOMCdataSection, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php26 class DOMCdataSection extends DOMText class
475 /** @return DOMCdataSection|false */
H A Dphp_dom_arginfo.h501 ZEND_METHOD(DOMCdataSection, __construct);
658 ZEND_ME(DOMCdataSection, __construct, arginfo_class_DOMCdataSection___construct, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Dcdatasection.phpt8 $cdata = new DOMCdataSection("my value");

Completed in 19 milliseconds