Searched refs:finfo_object_handlers (Results 1 – 1 of 1) sorted by relevance
46 static zend_object_handlers finfo_object_handlers; variable103 intern->zo.handlers = &finfo_object_handlers; in finfo_objects_new()142 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()143 finfo_object_handlers.offset = XtOffsetOf(finfo_object, zo); in PHP_MINIT_FUNCTION()144 finfo_object_handlers.free_obj = finfo_objects_free; in PHP_MINIT_FUNCTION()145 finfo_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
Completed in 4 milliseconds