Home
last modified time | relevance | path

Searched refs:zend_register_internal_module (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/main/
H A Dmain.c2020 if (zend_register_internal_module(*ptr)==NULL) { in php_register_extensions()
2234 if (additional_module && (zend_register_internal_module(additional_module) == NULL)) { in php_module_startup()
/PHP-8.3/Zend/
H A Dzend_API.c2527 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module) /* {{{ */ in zend_register_internal_module() function
3091 …if ((module = zend_register_internal_module(module)) != NULL && zend_startup_module_ex(module) == … in zend_startup_module()
H A Dzend_API.h377 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module_entry);

Completed in 33 milliseconds