Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c101 static zend_object_handlers dom_html_collection_object_handlers; variable
789 …memcpy(&dom_html_collection_object_handlers, &dom_modern_nodelist_object_handlers, sizeof(zend_obj… in PHP_MINIT_FUNCTION()
790 dom_html_collection_object_handlers.read_dimension = dom_html_collection_read_dimension; in PHP_MINIT_FUNCTION()
791 dom_html_collection_object_handlers.has_dimension = dom_html_collection_has_dimension; in PHP_MINIT_FUNCTION()
1022 dom_html_collection_class_entry->default_object_handlers = &dom_html_collection_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 24 milliseconds