Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_ini.c204 …r_ini_entries_ex(const zend_ini_entry_def *ini_entry, int module_number, int module_type) /* {{{ */ in zend_register_ini_entries_ex() argument
222 ZEND_ASSERT(module_type == MODULE_PERSISTENT); in zend_register_ini_entries_ex()
246 zend_unregister_ini_entries_ex(module_number, module_type); in zend_register_ini_entries_ex()
282 ZEND_API void zend_unregister_ini_entries_ex(int module_number, int module_type) /* {{{ */ in zend_unregister_ini_entries_ex() argument
286 if (module_type == MODULE_TEMPORARY) { in zend_unregister_ini_entries_ex()
H A Dzend_ini.h75 …d_register_ini_entries_ex(const zend_ini_entry_def *ini_entry, int module_number, int module_type);
77 ZEND_API void zend_unregister_ini_entries_ex(int module_number, int module_type);
H A Dzend_API.c2483 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type) /* … in zend_register_module_ex() argument
2520 lcname = zend_string_alloc(name_len, module_type == MODULE_PERSISTENT); in zend_register_module_ex()
2535 module->type = module_type; in zend_register_module_ex()
2537 …if (module->functions && zend_register_functions(NULL, module->functions, NULL, module_type)==FAIL… in zend_register_module_ex()
H A Dzend_API.h381 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module, int module_type);
/PHP-8.2/
H A DUPGRADING.INTERNALS17 * zend_register_module_ex() now takes an additional int module_type argument.
/PHP-8.2/ext/zend_test/
H A Dtest.c1104 static void register_dynamic_function_entries(int module_type) { in register_dynamic_function_entries() argument
1109 zend_register_functions(NULL, dynamic_function_entries, NULL, module_type); in register_dynamic_function_entries()

Completed in 48 milliseconds