Searched refs:pre_4_1_0_module_entry (Results 1 – 1 of 1) sorted by relevance
186 struct pre_4_1_0_module_entry { in php_load_extension() struct209 if ((((struct pre_4_1_0_module_entry *)module_entry)->zend_api > 20000000) && in php_load_extension()210 (((struct pre_4_1_0_module_entry *)module_entry)->zend_api < 20010901) in php_load_extension()212 name = ((struct pre_4_1_0_module_entry *)module_entry)->name; in php_load_extension()213 zend_api = ((struct pre_4_1_0_module_entry *)module_entry)->zend_api; in php_load_extension()
Completed in 7 milliseconds