Home
last modified time | relevance | path

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

/php-src/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-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt34 echo "-- Test DOMCdataSection --\n";
35 $test = new DOMCdataSection("test");
106 -- Test DOMCdataSection --
/php-src/ext/dom/
H A Dcdatasection.c34 PHP_METHOD(DOMCdataSection, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php274 class DOMCdataSection extends DOMText class
959 /** @return DOMCdataSection|false */
H A Dphp_dom_arginfo.h1131 ZEND_METHOD(DOMCdataSection, __construct);
1332 ZEND_ME(DOMCdataSection, __construct, arginfo_class_DOMCdataSection___construct, ZEND_ACC_PUBLIC)
/php-src/ext/dom/tests/modern/html/serializer/
H A Dlegacy_null_content.phpt13 $root->appendChild($dom->importLegacyNode(new DOMCdataSection('')));
/php-src/ext/dom/tests/manually_call_constructor/
H A Dcdatasection.phpt8 $cdata = new DOMCdataSection("my value");
/php-src/build/
H A Dgen_stub.php2024 $code = new DOMCdataSection(
2040 $output = new DOMCdataSection(

Completed in 81 milliseconds