Searched refs:zend_register_internal_module (Results 1 – 3 of 3) sorted by relevance
2020 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()
2527 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module) /* {{{ */ in zend_register_internal_module() function3091 …if ((module = zend_register_internal_module(module)) != NULL && zend_startup_module_ex(module) == … in zend_startup_module()
377 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module_entry);
Completed in 40 milliseconds