Home
last modified time | relevance | path

Searched refs:PHAR_API_VER_MASK (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/phar/
H A Dphar_internal.h97 #define PHAR_API_VER_MASK 0xFFF0 macro
H A Dphar.c740 if ((manifest_ver & PHAR_API_VER_MASK) < PHAR_API_MIN_READ) {
1076 …if ((manifest_ver & PHAR_API_VER_MASK) >= PHAR_API_MIN_DIR && buffer[entry.filename_len - 1] == '/…

Completed in 19 milliseconds