Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Ddl.c182 if (module_entry->zend_api != ZEND_MODULE_API_NO) { in php_load_extension()
201 unsigned int zend_api; in php_load_extension() member
205 int zend_api; in php_load_extension() local
207 if ((((struct pre_4_1_0_module_entry *)module_entry)->zend_api > 20000000) && in php_load_extension()
208 (((struct pre_4_1_0_module_entry *)module_entry)->zend_api < 20010901) in php_load_extension()
211 zend_api = ((struct pre_4_1_0_module_entry *)module_entry)->zend_api; in php_load_extension()
214 zend_api = module_entry->zend_api; in php_load_extension()
222 name, zend_api, ZEND_MODULE_API_NO); in php_load_extension()
/PHP-5.3/Zend/
H A Dzend_modules.h75 unsigned int zend_api; member

Completed in 8 milliseconds