Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddl.c234 if ((module_entry = zend_register_module_ex(module_entry, type)) == NULL) { in php_load_extension()
/php-src/
H A DUPGRADING.INTERNALS17 * zend_register_module_ex() now takes an additional int module_type argument.
/php-src/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-src/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.c2514 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type) /* … in zend_register_module_ex() function
2584 return zend_register_module_ex(module, MODULE_PERSISTENT); in zend_register_internal_module()
H A Dzend_API.h382 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type);

Completed in 56 milliseconds