Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar.c2081 #define IS_BACKSLASH(c) ((c) == '/') macro
2144 while (newpath_len > 1 && !IS_BACKSLASH(PREVIOUS)) { in phar_fix_filepath()

Completed in 28 milliseconds