Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dphp_dom.c84 static HashTable dom_text_prop_handlers; variable
809 zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
810 DOM_REGISTER_PROP_HANDLER(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL); in PHP_MINIT_FUNCTION()
811 zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, NULL, false); in PHP_MINIT_FUNCTION()
812 zend_hash_add_new_ptr(&classes, dom_text_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
820 zend_hash_add_new_ptr(&classes, dom_cdatasection_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
933 zend_hash_destroy(&dom_text_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 11 milliseconds