Home
last modified time | relevance | path

Searched refs:get_module (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/standard/
H A Ddl.c115 zend_module_entry *(*get_module)(void); in php_load_extension() local
187 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
193 if (!get_module) { in php_load_extension()
194 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
197 if (!get_module) { in php_load_extension()
207 module_entry = get_module(); in php_load_extension()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1301 zend_module_entry *(*get_module)(void); in phpdbg_load_module_or_extension() local
1303 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in phpdbg_load_module_or_extension()
1304 if (!get_module) { in phpdbg_load_module_or_extension()
1305 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in phpdbg_load_module_or_extension()
1308 if (!get_module) { in phpdbg_load_module_or_extension()
1312 module_entry = get_module(); in phpdbg_load_module_or_extension()
/PHP-8.2/Zend/
H A Dzend_API.h238 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\

Completed in 23 milliseconds