Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Ddl.c196 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1343 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in phpdbg_load_module_or_extension()
/PHP-7.0/Zend/
H A Dzend_API.h282 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);
H A Dzend_API.c1986 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module) /* {{{ */ in zend_register_module_ex() function
2052 return zend_register_module_ex(module); in zend_register_internal_module()
H A Dzend_builtin_functions.c387 …return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SU… in zend_startup_builtin_functions()

Completed in 48 milliseconds