Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h217 struct _zend_module_entry *current_module; member
H A Dzend_API.c1859 EG(current_module) = module; in zend_startup_module_ex()
1862 EG(current_module) = NULL; in zend_startup_module_ex()
1865 EG(current_module) = NULL; in zend_startup_module_ex()
2046 EG(current_module) = module; in zend_register_module_ex()
2051 EG(current_module) = NULL; in zend_register_module_ex()
2056 EG(current_module) = NULL; in zend_register_module_ex()
2164 internal_function->module = EG(current_module); in zend_register_functions()
2705 class_entry->info.internal.module = EG(current_module); in do_register_internal_class()
2708 …ss_entry->info.internal.builtin_functions, &class_entry->function_table, EG(current_module)->type); in do_register_internal_class()
2711 …lowercase_name = zend_string_tolower_ex(orig_class_entry->name, EG(current_module)->type == MODULE… in do_register_internal_class()
[all …]
H A Dzend.c705 executor_globals->current_module = NULL; in executor_globals_ctor()
H A Dzend_builtin_functions.c337 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
/PHP-7.4/main/
H A Doutput.c611 if (!EG(current_module)) { in php_output_handler_conflict_register()
628 if (!EG(current_module)) { in php_output_handler_reverse_conflict_register()
665 if (!EG(current_module)) { in php_output_handler_alias_register()
H A Dmain.c2395 EG(current_module) = module; in php_module_startup()
2397 EG(current_module) = NULL; in php_module_startup()

Completed in 42 milliseconds