get_module        137 Zend/zend_API.h 	ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
get_module        107 ext/standard/dl.c 	zend_module_entry *(*get_module)(void);
get_module        163 ext/standard/dl.c 	get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module");
get_module        169 ext/standard/dl.c 	if (!get_module) {
get_module        170 ext/standard/dl.c 		get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module");
get_module        173 ext/standard/dl.c 	if (!get_module) {
get_module        183 ext/standard/dl.c 	module_entry = get_module();