Searched refs:zend_register_module_ex (Results 1 – 6 of 6) sorted by relevance
234 if ((module_entry = zend_register_module_ex(module_entry, type)) == NULL) { in php_load_extension()
17 * zend_register_module_ex() now takes an additional int module_type argument.
1317 if ((module_entry = zend_register_module_ex(module_entry, MODULE_PERSISTENT)) == NULL) { in phpdbg_load_module_or_extension()
63 EG(current_module) = module = zend_register_module_ex(&zend_builtin_module, MODULE_PERSISTENT); in zend_startup_builtin_functions()
2582 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type) /* … in zend_register_module_ex() function2652 return zend_register_module_ex(module, MODULE_PERSISTENT); in zend_register_internal_module()
382 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type);
Completed in 54 milliseconds