Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c130 static HashTable dom_modern_text_prop_handlers; variable
1143 zend_hash_init(&dom_modern_text_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
1144 …DOM_REGISTER_PROP_HANDLER(&dom_modern_text_prop_handlers, "wholeText", dom_text_whole_text_read, N… in PHP_MINIT_FUNCTION()
1145 …zend_hash_merge(&dom_modern_text_prop_handlers, &dom_modern_characterdata_prop_handlers, NULL, fal… in PHP_MINIT_FUNCTION()
1146 zend_hash_add_new_ptr(&classes, dom_modern_text_class_entry->name, &dom_modern_text_prop_handlers); in PHP_MINIT_FUNCTION()
1166 …h_add_new_ptr(&classes, dom_modern_cdatasection_class_entry->name, &dom_modern_text_prop_handlers); in PHP_MINIT_FUNCTION()
1374 zend_hash_destroy(&dom_modern_text_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 19 milliseconds