Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/phar/
H A Dphar.c2073 static int php_check_dots(const char *element, int n) /* {{{ */ function
2085 (len >= 2 && !php_check_dots(element, len))

Completed in 15 milliseconds