Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dmain.c1929 if (zend_register_internal_module(*ptr TSRMLS_CC)==NULL) { in php_register_extensions()
1948 if (zend_register_internal_module(ptr++ TSRMLS_CC) == NULL) { in php_register_extensions_bc()
/PHP-5.5/ext/hash/
H A Dhash.c798 zend_register_internal_module(&mhash_module_entry TSRMLS_CC); in mhash_init()
/PHP-5.5/Zend/
H A Dzend_API.h268 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module_entry TSRMLS_DC…
H A Dzend_API.c1957 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module TSRMLS_DC) /* {… in zend_register_internal_module() function
2315 …if ((module = zend_register_internal_module(module TSRMLS_CC)) != NULL && zend_startup_module_ex(m… in zend_startup_module()

Completed in 30 milliseconds