Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Ddom_ce.h40 extern PHP_DOM_EXPORT zend_class_entry *dom_html_collection_class_entry;
H A Dphp_dom.c61 PHP_DOM_EXPORT zend_class_entry *dom_html_collection_class_entry; variable
1025dom_html_collection_class_entry = register_class_Dom_HTMLCollection(zend_ce_aggregate, zend_ce_cou… in PHP_MINIT_FUNCTION()
1026 dom_html_collection_class_entry->create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
1027 dom_html_collection_class_entry->default_object_handlers = &dom_html_collection_object_handlers; in PHP_MINIT_FUNCTION()
1028 dom_html_collection_class_entry->get_iterator = php_dom_get_iterator; in PHP_MINIT_FUNCTION()
1030 …zend_hash_add_new_ptr(&classes, dom_html_collection_class_entry->name, &dom_nodelist_prop_handlers… in PHP_MINIT_FUNCTION()
1629 ce = dom_html_collection_class_entry; in php_dom_create_iterator()

Completed in 13 milliseconds