Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dinfo.c752 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() function
946 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in php_print_info()
/php-src/sapi/cli/
H A Dphp_cli.c169 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp() function
183 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c187 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp() function
201 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()
/php-src/sapi/cgi/
H A Dcgi_main.c247 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() function
260 zend_hash_sort(&sorted_registry, module_name_cmp, 0); in print_modules()

Completed in 24 milliseconds