Home
last modified time | relevance | path

Searched refs:zend_api (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Ddl.c184 if (module_entry->zend_api != ZEND_MODULE_API_NO) { in php_load_extension()
203 unsigned int zend_api; in php_load_extension() member
207 int zend_api; in php_load_extension() local
209 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()
213 zend_api = ((struct pre_4_1_0_module_entry *)module_entry)->zend_api; in php_load_extension()
216 zend_api = module_entry->zend_api; in php_load_extension()
224 name, zend_api, ZEND_MODULE_API_NO); in php_load_extension()
/PHP-5.5/Zend/
H A Dzend_modules.h75 unsigned int zend_api; member

Completed in 11 milliseconds