Searched refs:php_hashcontext_handlers (Results 1 – 1 of 1) sorted by relevance
46 static zend_object_handlers php_hashcontext_handlers; variable1361 zobj->handlers = &php_hashcontext_handlers; in php_hashcontext_create()1618 memcpy(&php_hashcontext_handlers, &std_object_handlers, in PHP_MINIT_FUNCTION()1620 php_hashcontext_handlers.offset = XtOffsetOf(php_hashcontext_object, std); in PHP_MINIT_FUNCTION()1621 php_hashcontext_handlers.dtor_obj = php_hashcontext_dtor; in PHP_MINIT_FUNCTION()1622 php_hashcontext_handlers.clone_obj = php_hashcontext_clone; in PHP_MINIT_FUNCTION()
Completed in 11 milliseconds