Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dphar_internal.h78 #define PHAR_HDR_SIGNATURE 0x00010000 macro
H A Dphar.c841 if (manifest_flags & PHAR_HDR_SIGNATURE) { in phar_parse_pharfile()
1222 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); in phar_parse_pharfile()
2879 global_flags |= PHAR_HDR_SIGNATURE; in phar_flush()
3119 if (global_flags & PHAR_HDR_SIGNATURE) { in phar_flush()

Completed in 15 milliseconds