Home
last modified time | relevance | path

Searched refs:current_module (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_globals.h230 struct _zend_module_entry *current_module; member
H A Dzend_enum.c411 zif->module = EG(current_module); in zend_enum_register_func()
506 ce, unit_enum_methods, &ce->function_table, EG(current_module)->type); in zend_register_internal_enum()
510 ce, backed_enum_methods, &ce->function_table, EG(current_module)->type); in zend_register_internal_enum()
H A Dzend_API.c2235 EG(current_module) = module; in zend_startup_module_ex()
2238 EG(current_module) = NULL; in zend_startup_module_ex()
2241 EG(current_module) = NULL; in zend_startup_module_ex()
2435 EG(current_module) = module; in zend_register_module_ex()
2440 EG(current_module) = NULL; in zend_register_module_ex()
2445 EG(current_module) = NULL; in zend_register_module_ex()
2720 internal_function->module = EG(current_module); in ZEND_END_ARG_INFO()
3213 class_entry->info.internal.module = EG(current_module); in do_register_internal_class()
3216 …ss_entry->info.internal.builtin_functions, &class_entry->function_table, EG(current_module)->type); in do_register_internal_class()
3219 …lowercase_name = zend_string_tolower_ex(orig_class_entry->name, EG(current_module)->type == MODULE… in do_register_internal_class()
[all …]
H A Dzend_builtin_functions.c64 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
H A Dzend.c784 executor_globals->current_module = NULL; in executor_globals_ctor()
/PHP-8.2/main/
H A Doutput.c623 if (!EG(current_module)) { in php_output_handler_conflict_register()
640 if (!EG(current_module)) { in php_output_handler_reverse_conflict_register()
677 if (!EG(current_module)) { in php_output_handler_alias_register()
H A Dmain.c2306 EG(current_module) = module; in php_module_startup()
2308 EG(current_module) = NULL; in php_module_startup()
/PHP-8.2/ext/zend_test/
H A Dtest.c996 zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type); in PHP_MINIT_FUNCTION()

Completed in 50 milliseconds