Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c104 static int php_check_dots(const char *element, int n) in php_check_dots() function
112 (len >= 2 && !php_check_dots(element, len))
/PHP-5.5/ext/phar/
H A Dphar.c2072 static int php_check_dots(const char *element, int n) /* {{{ */ function
2084 (len >= 2 && !php_check_dots(element, len))

Completed in 21 milliseconds