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.c122 static HashTable dom_modern_text_prop_handlers; variable
1050 zend_hash_init(&dom_modern_text_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
1051 …DOM_REGISTER_PROP_HANDLER(&dom_modern_text_prop_handlers, "wholeText", dom_text_whole_text_read, N… in PHP_MINIT_FUNCTION()
1052 …zend_hash_merge(&dom_modern_text_prop_handlers, &dom_modern_characterdata_prop_handlers, NULL, fal… in PHP_MINIT_FUNCTION()
1053 zend_hash_add_new_ptr(&classes, dom_modern_text_class_entry->name, &dom_modern_text_prop_handlers); in PHP_MINIT_FUNCTION()
1073 …h_add_new_ptr(&classes, dom_modern_cdatasection_class_entry->name, &dom_modern_text_prop_handlers); in PHP_MINIT_FUNCTION()
1271 zend_hash_destroy(&dom_modern_text_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 13 milliseconds