Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom.c75 static HashTable dom_entity_reference_prop_handlers; variable
828 zend_hash_init(&dom_entity_reference_prop_handlers, 0, NULL, dom_dtor_prop_handler, true); in PHP_MINIT_FUNCTION()
829 …zend_hash_merge(&dom_entity_reference_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handle… in PHP_MINIT_FUNCTION()
830 …dom_override_prop_handler(&dom_entity_reference_prop_handlers, "firstChild", sizeof("firstChild")-… in PHP_MINIT_FUNCTION()
831 …dom_override_prop_handler(&dom_entity_reference_prop_handlers, "lastChild", sizeof("lastChild")-1,… in PHP_MINIT_FUNCTION()
832 …dom_override_prop_handler(&dom_entity_reference_prop_handlers, "textContent", sizeof("textContent"… in PHP_MINIT_FUNCTION()
833 …dom_override_prop_handler(&dom_entity_reference_prop_handlers, "childNodes", sizeof("childNodes")-… in PHP_MINIT_FUNCTION()
834 …hash_add_ptr(&classes, dom_entityreference_class_entry->name, &dom_entity_reference_prop_handlers); in PHP_MINIT_FUNCTION()
897 zend_hash_destroy(&dom_entity_reference_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 24 milliseconds