zip_object_handlers  763 ext/zip/php_zip.c static zend_object_handlers zip_object_handlers;
zip_object_handlers 1028 ext/zip/php_zip.c 	intern->zo.handlers = &zip_object_handlers;
zip_object_handlers 3011 ext/zip/php_zip.c 	memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
zip_object_handlers 3012 ext/zip/php_zip.c 	zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);
zip_object_handlers 3013 ext/zip/php_zip.c 	zip_object_handlers.free_obj = php_zip_object_free_storage;
zip_object_handlers 3014 ext/zip/php_zip.c 	zip_object_handlers.clone_obj = NULL;
zip_object_handlers 3015 ext/zip/php_zip.c 	zip_object_handlers.get_property_ptr_ptr = php_zip_get_property_ptr_ptr;
zip_object_handlers 3017 ext/zip/php_zip.c 	zip_object_handlers.get_properties = php_zip_get_properties;
zip_object_handlers 3018 ext/zip/php_zip.c 	zip_object_handlers.read_property	= php_zip_read_property;
zip_object_handlers 3019 ext/zip/php_zip.c 	zip_object_handlers.has_property	= php_zip_has_property;