Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddl.c225 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
/PHP-8.0/
H A DUPGRADING.INTERNALS258 - zend_startup_module_ex()
/PHP-8.0/Zend/
H A Dzend_API.c1827 ZEND_API zend_result zend_startup_module_ex(zend_module_entry *module) /* {{{ */ in zend_startup_module_ex() function
1889 return (zend_startup_module_ex(module) == SUCCESS) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in zend_startup_module_zval()
2584 …if ((module = zend_register_internal_module(module)) != NULL && zend_startup_module_ex(module) == … in zend_startup_module()
H A Dzend_API.h324 ZEND_API zend_result zend_startup_module_ex(zend_module_entry *module);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1347 if (zend_startup_module_ex(module_entry) == FAILURE) { in phpdbg_load_module_or_extension()

Completed in 36 milliseconds