Searched refs:current_module (Results 1 – 6 of 6) sorted by relevance
254 struct _zend_module_entry *current_module; member
1796 EG(current_module) = module; in zend_startup_module_ex()1799 EG(current_module) = NULL; in zend_startup_module_ex()1802 EG(current_module) = NULL; in zend_startup_module_ex()1988 EG(current_module) = module; in zend_register_module_ex()1991 EG(current_module) = NULL; in zend_register_module_ex()1996 EG(current_module) = NULL; in zend_register_module_ex()2099 internal_function->module = EG(current_module); in zend_register_functions()2563 class_entry->info.internal.module = EG(current_module); in do_register_internal_class()
573 EG(current_module) = NULL; in executor_globals_ctor()
344 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module TSRMLS_CC)) == NULL ? FA… in zend_startup_builtin_functions()
626 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()
2333 EG(current_module) = module; in php_module_startup()2335 EG(current_module) = NULL; in php_module_startup()
Completed in 36 milliseconds