zip_object_handlers 804 ext/zip/php_zip.c static zend_object_handlers zip_object_handlers; zip_object_handlers 1162 ext/zip/php_zip.c retval.handlers = (zend_object_handlers *) & zip_object_handlers; zip_object_handlers 3038 ext/zip/php_zip.c memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); zip_object_handlers 3039 ext/zip/php_zip.c zip_object_handlers.clone_obj = NULL; zip_object_handlers 3040 ext/zip/php_zip.c zip_object_handlers.get_property_ptr_ptr = php_zip_get_property_ptr_ptr; zip_object_handlers 3042 ext/zip/php_zip.c zip_object_handlers.get_properties = php_zip_get_properties; zip_object_handlers 3043 ext/zip/php_zip.c zip_object_handlers.read_property = php_zip_read_property; zip_object_handlers 3044 ext/zip/php_zip.c zip_object_handlers.has_property = php_zip_has_property;