Home
last modified time | relevance | path

Searched defs:LIBZIP_ATLEAST (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/zip/
H A Dphp_zip.h88 #define LIBZIP_ATLEAST(m,n,p) (((m<<16) + (n<<8) + p) <= ((LIBZIP_VERSION_MAJOR<<16) + (LIBZIP_VERS… macro

Completed in 10 milliseconds