Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Ddl.c223 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1397 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/PHP-7.2/Zend/
H A Dzend_API.h295 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);
H A Dzend_API.c2012 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module) /* {{{ */ in zend_register_module_ex() function
2079 return zend_register_module_ex(module); in zend_register_internal_module()
H A Dzend_builtin_functions.c330 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()

Completed in 42 milliseconds