Searched refs:finfo_object_handlers (Results 1 – 1 of 1) sorted by relevance
45 static zend_object_handlers finfo_object_handlers; variable92 intern->zo.handlers = &finfo_object_handlers; in finfo_objects_new()113 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()114 finfo_object_handlers.offset = XtOffsetOf(finfo_object, zo); in PHP_MINIT_FUNCTION()115 finfo_object_handlers.free_obj = finfo_objects_free; in PHP_MINIT_FUNCTION()116 finfo_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
Completed in 4 milliseconds