Searched refs:current_module (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/ |
H A D | zend_enum.c | 418 zif->module = EG(current_module); in zend_enum_register_func() 520 ce, unit_enum_methods, &ce->function_table, EG(current_module)->type); in zend_register_internal_enum() 524 ce, backed_enum_methods, &ce->function_table, EG(current_module)->type); in zend_register_internal_enum()
|
H A D | zend_globals.h | 258 struct _zend_module_entry *current_module; member
|
H A D | zend_API.c | 2429 EG(current_module) = module; in zend_startup_module_ex() 2432 EG(current_module) = NULL; in zend_startup_module_ex() 2435 EG(current_module) = NULL; in zend_startup_module_ex() 2631 EG(current_module) = module; in zend_register_module_ex() 2639 EG(current_module) = NULL; in zend_register_module_ex() 2644 EG(current_module) = NULL; in zend_register_module_ex() 2943 internal_function->module = EG(current_module); in zend_register_functions() 3472 class_entry->info.internal.module = EG(current_module); in do_register_internal_class() 3475 …ss_entry->info.internal.builtin_functions, &class_entry->function_table, EG(current_module)->type); in do_register_internal_class() 3478 …lowercase_name = zend_string_tolower_ex(orig_class_entry->name, EG(current_module)->type == MODULE… in do_register_internal_class() [all …]
|
H A D | zend.c | 813 executor_globals->current_module = NULL; in executor_globals_ctor()
|
H A D | zend_builtin_functions.c | 63 EG(current_module) = module = zend_register_module_ex(&zend_builtin_module, MODULE_PERSISTENT); in zend_startup_builtin_functions()
|
/php-src/main/ |
H A D | output.c | 602 if (!EG(current_module)) { in php_output_handler_conflict_register() 619 if (!EG(current_module)) { in php_output_handler_reverse_conflict_register() 656 if (!EG(current_module)) { in php_output_handler_alias_register()
|
H A D | main.c | 2296 EG(current_module) = module; in php_module_startup() 2298 EG(current_module) = NULL; in php_module_startup()
|
/php-src/ext/zend_test/ |
H A D | test.c | 1307 zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type); in PHP_MINIT_FUNCTION()
|
Completed in 56 milliseconds