Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c100 static HashTable dom_xpath_prop_handlers; variable
848 zend_hash_init(&dom_xpath_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
849 …dom_register_prop_handler(&dom_xpath_prop_handlers, "document", sizeof("document")-1, dom_xpath_do… in PHP_MINIT_FUNCTION()
850 zend_hash_add_ptr(&classes, ce.name, &dom_xpath_prop_handlers); in PHP_MINIT_FUNCTION()
956 zend_hash_destroy(&dom_xpath_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()
1106 intern->dom.prop_handler = &dom_xpath_prop_handlers; in dom_xpath_objects_new()

Completed in 28 milliseconds