Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c106 static int php_check_dots(const char *element, int n) in php_check_dots() function
114 (len >= 2 && !php_check_dots(element, len))
/PHP-7.1/ext/phar/
H A Dphar.c2058 static int php_check_dots(const char *element, int n) /* {{{ */ function
2070 (len >= 2 && !php_check_dots(element, len))

Completed in 34 milliseconds