ZIP_ER_OK          62 ext/zip/lib/zip_error.c     err->zip_err = ZIP_ER_OK;
ZIP_ER_OK          99 ext/zip/lib/zip_error.c     err->zip_err = ZIP_ER_OK;
ZIP_ER_OK         103 ext/zip/lib/zip_source_deflate.c     if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK)
ZIP_ER_OK         191 ext/zip/lib/zip_source_deflate.c     return (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) ? 0 : -1;
ZIP_ER_OK         203 ext/zip/lib/zip_source_deflate.c     if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK)
ZIP_ER_OK         273 ext/zip/lib/zip_source_deflate.c     return (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) ? 0 : -1;
ZIP_ER_OK         107 ext/zip/lib/zip_source_window.c     if (zip_error_code_zip(&src->error) == ZIP_ER_OK) {
ZIP_ER_OK        3060 ext/zip/php_zip.c 	REGISTER_ZIP_CLASS_CONST_LONG("ER_OK",			ZIP_ER_OK);			/* N No error */