Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dphar_internal.h72 #define PHAR_API_VERSION 0x1110 macro
H A Dphar.c2871 *(manifest + 8) = (unsigned char) (((PHAR_API_VERSION) >> 8) & 0xFF);
2872 *(manifest + 9) = (unsigned char) (((PHAR_API_VERSION) & 0xF0));

Completed in 22 milliseconds