Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dinfo.c743 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() function
928 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in php_print_info()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c178 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp() function
192 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c188 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp() function
202 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c243 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() function
256 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()

Completed in 36 milliseconds