Searched refs:module_name_cmp (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | info.c | 769 static int module_name_cmp(const void *a, const void *b) in module_name_cmp() function 951 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in php_print_info()
|
/PHP-7.3/sapi/cli/ |
H A D | php_cli.c | 193 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp() function 209 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 199 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp() function 215 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
|
/PHP-7.3/sapi/cgi/ |
H A D | cgi_main.c | 254 static int module_name_cmp(const void *a, const void *b) in module_name_cmp() function 269 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
|
Completed in 35 milliseconds