Lines Matching refs:current_module
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()
3561 if (persistent && EG(current_module) && EG(current_module)->type == MODULE_TEMPORARY) { in zend_register_class_alias_ex()