Home
last modified time | relevance | path

Searched refs:module_name_cmp (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Dinfo.c750 static int module_name_cmp(const void *a, const void *b) in module_name_cmp() function
933 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in php_print_info()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c178 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp() function
195 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c189 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp() function
206 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c243 static int module_name_cmp(const void *a, const void *b) in module_name_cmp() function
259 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()

Completed in 30 milliseconds