Home
last modified time | relevance | path

Searched refs:MODULE_TEMPORARY (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/standard/
H A Ddl.c69 php_dl(filename, MODULE_TEMPORARY, return_value, 0); in PHP_FUNCTION()
126 if (type == MODULE_TEMPORARY) { in php_load_extension()
135 if (type == MODULE_TEMPORARY) { in php_load_extension()
257 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
262 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
/PHP-8.3/Zend/
H A Dzend_modules.h65 #define MODULE_TEMPORARY 2 macro
H A Dzend_ini.c287 if (module_type == MODULE_TEMPORARY) { in zend_unregister_ini_entries_ex()
H A Dzend_API.c3149 if (module->type == MODULE_TEMPORARY) { in module_destructor()
3170 && module->type == MODULE_TEMPORARY) { in module_destructor()
3188 if (module->type == MODULE_TEMPORARY && module->functions) { in module_destructor()
3281 if (module->type != MODULE_TEMPORARY) { in zend_post_deactivate_modules()
3403 if (persistent && EG(current_module) && EG(current_module)->type == MODULE_TEMPORARY) { in zend_register_class_alias_ex()
/PHP-8.3/ext/zend_test/
H A Dobserver.c363 if (type != MODULE_TEMPORARY) { in PHP_INI_END()
395 if (type != MODULE_TEMPORARY) { in zend_test_observer_shutdown()
H A Dtest.c1231 if (type != MODULE_TEMPORARY) { in PHP_MINIT_FUNCTION()
1259 if (type != MODULE_TEMPORARY) { in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c990 if (module->type == MODULE_TEMPORARY) { in _extension_string()
6294 RETURN_BOOL(module->type == MODULE_TEMPORARY); in ZEND_METHOD()

Completed in 56 milliseconds