Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cli/
H A Dphp_cli.c176 static int print_module_info(zend_module_entry *module TSRMLS_DC) /* {{{ */ in print_module_info() function
201 zend_hash_apply(&sorted_registry, (apply_func_t) print_module_info TSRMLS_CC); in print_modules()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info() function
241 …zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_… in print_modules()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info() function
241 …zend_hash_apply_with_argument(&sorted_registry, (apply_func_arg_t) print_module_info, NULL TSRMLS_… in print_modules()

Completed in 27 milliseconds