Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt34 echo "-- Test DOMCdataSection --\n";
35 $test = new DOMCdataSection("test");
106 -- Test DOMCdataSection --
/PHP-8.3/ext/dom/
H A Dcdatasection.c34 PHP_METHOD(DOMCdataSection, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php261 class DOMCdataSection extends DOMText class
749 /** @return DOMCdataSection|false */
H A Dphp_dom_arginfo.h542 ZEND_METHOD(DOMCdataSection, __construct);
709 ZEND_ME(DOMCdataSection, __construct, arginfo_class_DOMCdataSection___construct, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/dom/tests/manually_call_constructor/
H A Dcdatasection.phpt8 $cdata = new DOMCdataSection("my value");

Completed in 18 milliseconds