Searched refs:php_hashcontext_handlers (Results 1 – 1 of 1) sorted by relevance
36 static zend_object_handlers php_hashcontext_handlers; variable1114 zobj->handlers = &php_hashcontext_handlers; in php_hashcontext_create()1242 memcpy(&php_hashcontext_handlers, zend_get_std_object_handlers(), in PHP_MINIT_FUNCTION()1244 php_hashcontext_handlers.offset = XtOffsetOf(php_hashcontext_object, std); in PHP_MINIT_FUNCTION()1245 php_hashcontext_handlers.dtor_obj = php_hashcontext_dtor; in PHP_MINIT_FUNCTION()1246 php_hashcontext_handlers.clone_obj = php_hashcontext_clone; in PHP_MINIT_FUNCTION()
Completed in 7 milliseconds