Home
last modified time | relevance | path

Searched refs:dom_cdatasection_class_entry (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/
H A Ddom_ce.h52 extern PHP_DOM_EXPORT zend_class_entry *dom_cdatasection_class_entry;
H A Dphp_dom.c73 PHP_DOM_EXPORT zend_class_entry *dom_cdatasection_class_entry; variable
1158 dom_cdatasection_class_entry = register_class_DOMCdataSection(dom_text_class_entry); in PHP_MINIT_FUNCTION()
1159 dom_cdatasection_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1160 dom_cdatasection_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1161 zend_hash_add_new_ptr(&classes, dom_cdatasection_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()

Completed in 18 milliseconds