Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c46 static zend_object_handlers finfo_object_handlers; variable
105 intern->zo.handlers = &finfo_object_handlers; in finfo_objects_new()
218 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
219 finfo_object_handlers.offset = XtOffsetOf(finfo_object, zo); in PHP_MINIT_FUNCTION()
220 finfo_object_handlers.free_obj = finfo_objects_free; in PHP_MINIT_FUNCTION()
221 finfo_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()

Completed in 7 milliseconds