Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddl.c227 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1351 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c337 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()
H A Dzend_API.c1999 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module) /* {{{ */ in zend_register_module_ex() function
2066 return zend_register_module_ex(module); in zend_register_internal_module()
H A Dzend_API.h275 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);

Completed in 61 milliseconds