Home
last modified time | relevance | path

Searched refs:zend_register_module_ex (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/standard/
H A Ddl.c234 if ((module_entry = zend_register_module_ex(module_entry, type)) == NULL) { in php_load_extension()
/PHP-8.2/
H A DUPGRADING.INTERNALS17 * zend_register_module_ex() now takes an additional int module_type argument.
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1319 if ((module_entry = zend_register_module_ex(module_entry, MODULE_PERSISTENT)) == NULL) { in phpdbg_load_module_or_extension()
/PHP-8.2/Zend/
H A Dzend_builtin_functions.c63 EG(current_module) = module = zend_register_module_ex(&zend_builtin_module, MODULE_PERSISTENT); in zend_startup_builtin_functions()
H A Dzend_API.c2483 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type) /* … in zend_register_module_ex() function
2553 return zend_register_module_ex(module, MODULE_PERSISTENT); in zend_register_internal_module()
H A Dzend_API.h381 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type);

Completed in 49 milliseconds