Searched refs:zend_extensions (Results 1 – 19 of 19) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_extensions.c | 23 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() 217 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions() 223 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown); in zend_shutdown_extensions() 224 zend_llist_destroy(&zend_extensions); in zend_shutdown_extensions() 254 …zend_llist_apply_with_arguments(&zend_extensions, (llist_apply_with_args_func_t) zend_extension_me… in zend_extension_dispatch_message() 287 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension() 329 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in zend_extensions_op_array_persist_calc() 343 …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 D | zend_extensions.h | 133 ZEND_API extern zend_llist zend_extensions;
|
H A D | zend_builtin_functions.stub.php | 155 function get_loaded_extensions(bool $zend_extensions = false): array {} argument
|
H A D | zend_opcode.c | 98 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in init_op_array() 575 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in destroy_op_array() 1012 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in pass_two()
|
H A D | zend_builtin_functions_arginfo.h | 176 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, zend_extensions, _IS_BOOL, 0, "false")
|
H A D | zend_execute_API.c | 156 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator); in init_executor() 414 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator); in shutdown_executor()
|
H A D | zend_builtin_functions.c | 1454 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) add_zendext_info, r… in ZEND_FUNCTION()
|
H A D | zend_vm_def.h | 7622 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… 7634 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… 7646 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
|
H A D | zend_vm_execute.h | 2911 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… in ZEND_EXT_STMT_SPEC_HANDLER() 2923 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER() 2935 …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.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1122 char **zend_extensions = NULL; in main() local 1176 zend_extensions = NULL; in main() 1240 if (zend_extensions) { in main() 1241 zend_extensions = realloc(zend_extensions, sizeof(char*) * zend_extensions_len); in main() 1242 } else zend_extensions = malloc(sizeof(char*) * zend_extensions_len); in main() 1243 zend_extensions[zend_extensions_len-1] = strdup(php_optarg); in main() 1351 const char *ze = zend_extensions[zend_extension]; in main() 1362 free(zend_extensions[zend_extension]); in main() 1366 free(zend_extensions); in main()
|
H A D | phpdbg_prompt.c | 1364 zend_llist_apply(&zend_extensions, (llist_apply_func_t) add_zendext_info); in PHPDBG_COMMAND()
|
/PHP-8.1/scripts/ |
H A D | phpize.in | 64 …ZEND_EXTENSION_API_NO=`grep '#define ZEND_EXTENSION_API_NO' $includedir/Zend/zend_extensions.h|$SE…
|
/PHP-8.1/docs/ |
H A D | release-process.md | 77 version numbers in `Zend/zend_extensions.h`, `Zend/zend_modules.h`, and 384 Bump API version numbers in `Zend/zend_extensions.h`, `Zend/zend_modules.h`,
|
/PHP-8.1/win32/build/ |
H A D | config.w32 | 233 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli.c | 221 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_main.c | 228 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
|
/PHP-8.1/sapi/cgi/ |
H A D | cgi_main.c | 279 zend_llist_copy(&sorted_exts, &zend_extensions); in print_extensions()
|
/PHP-8.1/ |
H A D | configure.ac | 1657 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
|
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.c | 2822 zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb); in zps_startup_failure()
|
Completed in 224 milliseconds