Home
last modified time | relevance | path

Searched refs:zend_extensions (Results 1 – 19 of 19) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_extensions.c23 ZEND_API zend_llist zend_extensions; variable
160 zend_llist_add_element(&zend_extensions, &extension); in zend_register_extension()
209 …zend_llist_init(&zend_extensions, sizeof(zend_extension), (void (*)(void *)) zend_extension_dtor, … in zend_startup_extensions_mechanism()
218 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions()
224 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown); in zend_shutdown_extensions()
225 zend_llist_destroy(&zend_extensions); in zend_shutdown_extensions()
255 …zend_llist_apply_with_arguments(&zend_extensions, (llist_apply_with_args_func_t) zend_extension_me… in zend_extension_dispatch_message()
368 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension()
410 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in zend_extensions_op_array_persist_calc()
424 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in zend_extensions_op_array_persist()
H A Dzend_extensions.h135 ZEND_API extern zend_llist zend_extensions;
H A Dzend_builtin_functions.stub.php170 function get_loaded_extensions(bool $zend_extensions = false): array {} argument
H A Dzend_opcode.c100 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in init_op_array()
612 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in destroy_op_array()
1051 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in pass_two()
H A Dzend_builtin_functions_arginfo.h182 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, zend_extensions, _IS_BOOL, 0, "false")
H A Dzend_execute_API.c158 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator); in init_executor()
449 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator); in shutdown_executor()
H A Dzend_builtin_functions.c1586 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) add_zendext_info, r… in ZEND_FUNCTION()
H A Dzend_vm_def.h7860 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat…
7872 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
7884 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
H A Dzend_vm_execute.h3068 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… in ZEND_EXT_STMT_SPEC_HANDLER()
3080 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER()
3092 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_END_SPEC_HANDLER()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg.c1128 char **zend_extensions = NULL; in main() local
1181 zend_extensions = NULL; in main()
1220 if (zend_extensions) { in main()
1221 zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len); in main()
1222 } else zend_extensions = malloc(sizeof(char*) * zend_extensions_len); in main()
1223 zend_extensions[zend_extensions_len-1] = strdup(php_optarg); in main()
1323 const char *ze = zend_extensions[zend_extension]; in main()
1328 free(zend_extensions[zend_extension]); in main()
1332 free(zend_extensions); in main()
H A Dphpdbg_prompt.c1358 zend_llist_apply(&zend_extensions, (llist_apply_func_t) add_zendext_info); in PHPDBG_COMMAND()
/PHP-8.4/scripts/
H A Dphpize.in66 …ZEND_EXTENSION_API_NO=`grep '#define ZEND_EXTENSION_API_NO' $includedir/Zend/zend_extensions.h|$SE…
/PHP-8.4/sapi/cli/
H A Dphp_cli.c209 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-8.4/win32/build/
H A Dconfig.w32235 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
/PHP-8.4/sapi/fpm/fpm/
H A Dfpm_main.c227 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-8.4/sapi/cgi/
H A Dcgi_main.c283 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
/PHP-8.4/docs/
H A Drelease-process.md191 > also bump the API version numbers in `Zend/zend_extensions.h`,
885 * update the API version numbers in `Zend/zend_extensions.h`,
/PHP-8.4/
H A Dconfigure.ac1724 zend_extensions.c
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c2818 zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb); in zps_startup_failure()

Completed in 239 milliseconds