Searched refs:php_check_dots (Results 1 – 2 of 2) sorted by relevance
104 static int php_check_dots(const char *element, int n) in php_check_dots() function112 (len >= 2 && !php_check_dots(element, len))
2073 static int php_check_dots(const char *element, int n) /* {{{ */ function2085 (len >= 2 && !php_check_dots(element, len))
Completed in 15 milliseconds