Searched refs:zend_next_free_module (Results 1 – 4 of 4) sorted by relevance
193 module_entry->module_number = zend_next_free_module(); in php_load_extension()
1340 module_entry->module_number = zend_next_free_module(); in phpdbg_load_module_or_extension()
245 ZEND_API int zend_next_free_module(void);
2050 module->module_number = zend_next_free_module(); in zend_register_internal_module()2641 ZEND_API int zend_next_free_module(void) /* {{{ */ in zend_next_free_module() function
Completed in 89 milliseconds