Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar_internal.h78 #define PHAR_HDR_SIGNATURE 0x00010000 macro
H A Dphar.c777 if (manifest_flags & PHAR_HDR_SIGNATURE) { in phar_parse_pharfile()
1177 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); in phar_parse_pharfile()
2853 global_flags |= PHAR_HDR_SIGNATURE; in phar_flush()
3091 if (global_flags & PHAR_HDR_SIGNATURE) { in phar_flush()

Completed in 16 milliseconds