Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dphp_dom.c71 static HashTable dom_documentfragment_prop_handlers; variable
630 zend_hash_init(&dom_documentfragment_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
632 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "firstElementChild", sizeof("firstE… in PHP_MINIT_FUNCTION()
633 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "lastElementChild", sizeof("lastEle… in PHP_MINIT_FUNCTION()
634 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "childElementCount", sizeof("childE… in PHP_MINIT_FUNCTION()
636 …zend_hash_merge(&dom_documentfragment_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handle… in PHP_MINIT_FUNCTION()
637 zend_hash_add_ptr(&classes, ce.name, &dom_documentfragment_prop_handlers); in PHP_MINIT_FUNCTION()
883 zend_hash_destroy(&dom_documentfragment_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 8 milliseconds