get_module 146 Zend/zend_API.h ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\ get_module 95 ext/standard/dl.c zend_module_entry *(*get_module)(void); get_module 151 ext/standard/dl.c get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); get_module 157 ext/standard/dl.c if (!get_module) { get_module 158 ext/standard/dl.c get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); get_module 161 ext/standard/dl.c if (!get_module) { get_module 171 ext/standard/dl.c module_entry = get_module(); get_module 1108 sapi/phpdbg/phpdbg_prompt.c zend_module_entry *(*get_module)(void); get_module 1110 sapi/phpdbg/phpdbg_prompt.c get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); get_module 1111 sapi/phpdbg/phpdbg_prompt.c if (!get_module) { get_module 1112 sapi/phpdbg/phpdbg_prompt.c get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); get_module 1115 sapi/phpdbg/phpdbg_prompt.c if (!get_module) { get_module 1119 sapi/phpdbg/phpdbg_prompt.c module_entry = get_module();