Home
last modified time | relevance | path

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

/PHP-7.1/sapi/cli/
H A Dphp_cli.c186 static int print_module_info(zval *element) /* {{{ */ in print_module_info() function
211 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c222 static int print_module_info(zval *zv) /* {{{ */ in print_module_info() function
247 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c245 static int print_module_info(zval *element) in print_module_info() function
268 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()

Completed in 24 milliseconds