Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom.c81 static HashTable dom_text_prop_handlers; variable
777 zend_hash_init(&dom_text_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
778 …dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", sizeof("wholeText")-1, dom_text_wh… in PHP_MINIT_FUNCTION()
779 …zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, dom_copy_prop_handler, … in PHP_MINIT_FUNCTION()
780 zend_hash_add_ptr(&classes, dom_text_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
788 zend_hash_add_ptr(&classes, dom_cdatasection_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
904 zend_hash_destroy(&dom_text_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 9 milliseconds