zend_register_module_ex 2052 Zend/zend_API.c 	return zend_register_module_ex(module);
zend_register_module_ex  282 Zend/zend_API.h ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);
zend_register_module_ex  364 Zend/zend_builtin_functions.c 	return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SUCCESS;
zend_register_module_ex  196 ext/standard/dl.c 	if ((module_entry = zend_register_module_ex(module_entry)) == NULL) {
zend_register_module_ex 1132 sapi/phpdbg/phpdbg_prompt.c 		if ((module_entry = zend_register_module_ex(module_entry)) == NULL) {