Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds