Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dfopen_wrappers.c140 char *path_file; local
184 path_file = strrchr(path_tmp, DEFAULT_SLASH);
185 if (!path_file) {
186 path_file = strrchr(path_tmp, '/');
189 path_file = strrchr(path_tmp, DEFAULT_SLASH);
191 if (!path_file) {
195 path_len = path_file - path_tmp + 1;

Completed in 7 milliseconds