Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom.c73 static HashTable dom_documentfragment_prop_handlers; variable
678 zend_hash_init(&dom_documentfragment_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
680 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "firstElementChild", sizeof("firstE… in PHP_MINIT_FUNCTION()
681 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "lastElementChild", sizeof("lastEle… in PHP_MINIT_FUNCTION()
682 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "childElementCount", sizeof("childE… in PHP_MINIT_FUNCTION()
684 …zend_hash_merge(&dom_documentfragment_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handle… in PHP_MINIT_FUNCTION()
685 …ash_add_ptr(&classes, dom_documentfragment_class_entry->name, &dom_documentfragment_prop_handlers); in PHP_MINIT_FUNCTION()
895 zend_hash_destroy(&dom_documentfragment_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 12 milliseconds