Searched refs:zend_llist_apply (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_llist.h | 56 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func);
|
H A D | zend_llist.c | 179 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply() function
|
H A D | zend_extensions.c | 222 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown); in zend_shutdown_extensions()
|
H A D | zend_execute_API.c | 157 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator); in init_executor() 424 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator); in shutdown_executor()
|
/PHP-8.3/main/ |
H A D | php_ini.c | 750 zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb); in php_ini_register_extensions() 751 zend_llist_apply(&extension_lists.functions, php_load_php_extension_cb); in php_ini_register_extensions()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli.c | 225 zend_llist_apply(&sorted_exts, (llist_apply_func_t) print_extension_info); in print_extensions()
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 233 zend_llist_apply(&sorted_exts, (llist_apply_func_t) print_extension_info); in print_extensions()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1362 zend_llist_apply(&zend_extensions, (llist_apply_func_t) add_zendext_info); in PHPDBG_COMMAND()
|
/PHP-8.3/sapi/cgi/ |
H A D | cgi_main.c | 283 zend_llist_apply(&sorted_exts, (llist_apply_func_t) print_extension_info); in print_extensions()
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.c | 1671 zend_llist_apply(BG(user_tick_functions), (llist_apply_func_t) user_tick_function_call);
|
Completed in 60 milliseconds