Home
last modified time | relevance | path

Searched refs:php_alphasort (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/main/
H A Dphp_scandir.h49 #define php_alphasort alphasort macro
51 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
H A Dphp_scandir.c53 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort() function
H A Dphp_ini.c648 if (lenpath > 0 && (ndir = php_scandir(debpath, &namelist, 0, php_alphasort)) > 0) { in php_init_config()

Completed in 10 milliseconds