Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dfopen_wrappers.c136 char *path_file; local
180 path_file = strrchr(path_tmp, DEFAULT_SLASH);
181 if (!path_file) {
182 path_file = strrchr(path_tmp, '/');
185 path_file = strrchr(path_tmp, DEFAULT_SLASH);
187 if (!path_file) {
191 path_len = path_file - path_tmp + 1;

Completed in 7 milliseconds