Searched refs:zip_object_handlers (Results 1 – 1 of 1) sorted by relevance
811 static zend_object_handlers zip_object_handlers; variable1078 intern->zo.handlers = &zip_object_handlers; in php_zip_object_new()3091 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);3092 zip_object_handlers.free_obj = php_zip_object_free_storage;3093 zip_object_handlers.clone_obj = NULL;3094 zip_object_handlers.get_property_ptr_ptr = php_zip_get_property_ptr_ptr;3096 zip_object_handlers.get_gc = php_zip_get_gc;3097 zip_object_handlers.get_properties = php_zip_get_properties;3098 zip_object_handlers.read_property = php_zip_read_property;3099 zip_object_handlers.has_property = php_zip_has_property;[all …]
Completed in 10 milliseconds