Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c104 static zend_object_handlers dom_token_list_object_handlers; variable
798 memcpy(&dom_token_list_object_handlers, &dom_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
799 dom_token_list_object_handlers.offset = XtOffsetOf(dom_token_list_object, dom.std); in PHP_MINIT_FUNCTION()
800 dom_token_list_object_handlers.free_obj = dom_token_list_free_obj; in PHP_MINIT_FUNCTION()
804 dom_token_list_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
805 dom_token_list_object_handlers.read_dimension = dom_token_list_read_dimension; in PHP_MINIT_FUNCTION()
806 dom_token_list_object_handlers.has_dimension = dom_token_list_has_dimension; in PHP_MINIT_FUNCTION()
1310 dom_token_list_class_entry->default_object_handlers = &dom_token_list_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds