Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dutil.c287 int try_len; in phar_find_in_include_path() local
298 try_len = filename_len; in phar_find_in_include_path()
299 test = phar_fix_filepath(estrndup(filename, filename_len), &try_len, 1); in phar_find_in_include_path()
302 if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()
309 if (zend_hash_str_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()

Completed in 10 milliseconds