Home
last modified time | relevance | path

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

/php-src/ext/enchant/
H A Denchant.c69 static zend_object_handlers enchant_dict_handlers; variable
202 enchant_dict_ce->default_object_handlers = &enchant_dict_handlers; in PHP_MINIT_FUNCTION()
204 memcpy(&enchant_dict_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
205 enchant_dict_handlers.offset = XtOffsetOf(enchant_dict, std); in PHP_MINIT_FUNCTION()
206 enchant_dict_handlers.free_obj = php_enchant_dict_free; in PHP_MINIT_FUNCTION()
207 enchant_dict_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
208 enchant_dict_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 6 milliseconds