Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_globals.h251 struct _zend_module_entry *current_module; member
H A Dzend_API.c1616 EG(current_module) = module; in zend_startup_module_ex()
1619 EG(current_module) = NULL; in zend_startup_module_ex()
1622 EG(current_module) = NULL; in zend_startup_module_ex()
1716 EG(current_module) = module; in zend_register_module_ex()
1719 EG(current_module) = NULL; in zend_register_module_ex()
1724 EG(current_module) = NULL; in zend_register_module_ex()
1823 internal_function->module = EG(current_module); in zend_register_functions()
2201 class_entry->module = EG(current_module); in do_register_internal_class()
H A Dzend.c550 EG(current_module) = NULL; in executor_globals_ctor()
H A Dzend_builtin_functions.c320 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module TSRMLS_CC)) == NULL ? FA… in zend_startup_builtin_functions()
/PHP-5.3/main/
H A Dmain.c2082 EG(current_module) = module; in php_module_startup()
2084 EG(current_module) = NULL; in php_module_startup()

Completed in 34 milliseconds