get_module         99 Zend/zend_API.h 	ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
get_module        114 ext/standard/dl.c 	zend_module_entry *(*get_module)(void);
get_module        160 ext/standard/dl.c 	get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module");
get_module        168 ext/standard/dl.c 	if (!get_module)
get_module        169 ext/standard/dl.c 		get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module");
get_module        171 ext/standard/dl.c 	if (!get_module) {
get_module        176 ext/standard/dl.c 	module_entry = get_module();