Searched refs:php_alphasort (Results 1 – 3 of 3) sorted by relevance
41 #define php_alphasort alphasort macro43 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
45 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort() function
666 if (lenpath > 0 && (ndir = php_scandir(debpath, &namelist, 0, php_alphasort)) > 0) { in php_init_config()
Completed in 8 milliseconds