Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar_internal.h90 #define PHAR_API_VERSION 0x1110 macro
H A Dphar.c2948 *(manifest + 8) = (unsigned char) (((PHAR_API_VERSION) >> 8) & 0xFF);
2949 *(manifest + 9) = (unsigned char) (((PHAR_API_VERSION) & 0xF0));

Completed in 26 milliseconds