Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds