Searched refs:current_module (Results 1 – 6 of 6) sorted by relevance
219 struct _zend_module_entry *current_module; member
1873 EG(current_module) = module; in zend_startup_module_ex()1876 EG(current_module) = NULL; in zend_startup_module_ex()1879 EG(current_module) = NULL; in zend_startup_module_ex()2059 EG(current_module) = module; in zend_register_module_ex()2064 EG(current_module) = NULL; in zend_register_module_ex()2069 EG(current_module) = NULL; in zend_register_module_ex()2339 internal_function->module = EG(current_module); in ZEND_END_ARG_INFO()2773 class_entry->info.internal.module = EG(current_module); in do_register_internal_class()2776 …ss_entry->info.internal.builtin_functions, &class_entry->function_table, EG(current_module)->type); in do_register_internal_class()2779 …lowercase_name = zend_string_tolower_ex(orig_class_entry->name, EG(current_module)->type == MODULE… in do_register_internal_class()[all …]
736 executor_globals->current_module = NULL; in executor_globals_ctor()
64 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
618 if (!EG(current_module)) { in php_output_handler_conflict_register()635 if (!EG(current_module)) { in php_output_handler_reverse_conflict_register()672 if (!EG(current_module)) { in php_output_handler_alias_register()
2272 EG(current_module) = module; in php_module_startup()2274 EG(current_module) = NULL; in php_module_startup()
Completed in 49 milliseconds