Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c129 static HashTable dom_text_prop_handlers; variable
1134 zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
1135 DOM_REGISTER_PROP_HANDLER(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL); in PHP_MINIT_FUNCTION()
1136 zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, NULL, false); in PHP_MINIT_FUNCTION()
1137 zend_hash_add_new_ptr(&classes, dom_text_class_entry->name, &dom_text_prop_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()
1373 zend_hash_destroy(&dom_text_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 11 milliseconds