Searched refs:phar_check_str (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/phar/ |
H A D | phar.c | 1914 static zend_result phar_check_str(const char *fname, const char *ext_str, size_t ext_len, int execu… in phar_check_str() function 2082 return phar_check_str(filename, *ext_str, *ext_len, executable, for_create); in phar_detect_phar_fname_ext() 2089 if (phar_check_str(filename, *ext_str, *ext_len, executable, for_create) == SUCCESS) { in phar_detect_phar_fname_ext()
|
Completed in 18 milliseconds