Searched refs:dom_xpath_object_handlers (Results 1 – 1 of 1) sorted by relevance
106 zend_object_handlers dom_xpath_object_handlers; variable1290 memcpy(&dom_xpath_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()1291 dom_xpath_object_handlers.offset = XtOffsetOf(dom_xpath_object, dom) + XtOffsetOf(dom_object, std); in PHP_MINIT_FUNCTION()1292 dom_xpath_object_handlers.free_obj = dom_xpath_objects_free_storage; in PHP_MINIT_FUNCTION()1293 dom_xpath_object_handlers.get_gc = dom_xpath_get_gc; in PHP_MINIT_FUNCTION()1294 dom_xpath_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()1298 dom_xpath_class_entry->default_object_handlers = &dom_xpath_object_handlers; in PHP_MINIT_FUNCTION()1307 dom_modern_xpath_class_entry->default_object_handlers = &dom_xpath_object_handlers; in PHP_MINIT_FUNCTION()
Completed in 13 milliseconds