Searched defs:executable (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 128 int executable = 0; in file_ascmagic_with_encoding() local
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitProtExecAllocator.c | 72 void *executable; member
|
/PHP-8.3/ext/phar/ |
H A D | phar.c | 1912 static int phar_check_str(const char *fname, const char *ext_str, size_t ext_len, int executable, i… in phar_check_str() 1964 …ilename, size_t filename_len, const char **ext_str, size_t *ext_len, int executable, int for_creat… in phar_detect_phar_fname_ext() 2245 …len, char **arch, size_t *arch_len, char **entry, size_t *entry_len, int executable, int for_creat… in phar_split_fname()
|
H A D | phar_object.stub.php | 227 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool … 521 …final public static function isValidPharFilename(string $filename, bool $executable = true): bool …
|
H A D | phar_object.c | 1055 bool executable = 1; in PHP_METHOD() local
|
Completed in 34 milliseconds