pre_4_1_0_module_entry  204 ext/standard/dl.c 			if ((((struct pre_4_1_0_module_entry *)module_entry)->zend_api > 20000000) &&
pre_4_1_0_module_entry  205 ext/standard/dl.c 				(((struct pre_4_1_0_module_entry *)module_entry)->zend_api < 20010901)
pre_4_1_0_module_entry  207 ext/standard/dl.c 				name       = ((struct pre_4_1_0_module_entry *)module_entry)->name;
pre_4_1_0_module_entry  208 ext/standard/dl.c 				zend_api   = ((struct pre_4_1_0_module_entry *)module_entry)->zend_api;
pre_4_1_0_module_entry  209 ext/standard/dl.c 				zend_debug = ((struct pre_4_1_0_module_entry *)module_entry)->zend_debug;
pre_4_1_0_module_entry  210 ext/standard/dl.c 				zts        = ((struct pre_4_1_0_module_entry *)module_entry)->zts;