Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/
H A Dhash.c36 static zend_object_handlers php_hashcontext_handlers; variable
1114 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 8 milliseconds