Searched refs:zip_object_handlers (Results 1 – 1 of 1) sorted by relevance
815 static zend_object_handlers zip_object_handlers; variable1082 intern->zo.handlers = &zip_object_handlers; in php_zip_object_new()3041 zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);3042 zip_object_handlers.free_obj = php_zip_object_free_storage;3043 zip_object_handlers.clone_obj = NULL;3044 zip_object_handlers.get_property_ptr_ptr = php_zip_get_property_ptr_ptr;3046 zip_object_handlers.get_gc = php_zip_get_gc;3047 zip_object_handlers.get_properties = php_zip_get_properties;3048 zip_object_handlers.read_property = php_zip_read_property;3049 zip_object_handlers.has_property = php_zip_has_property;[all …]
Completed in 11 milliseconds