Home
last modified time | relevance | path

Searched refs:user_config_cache_entry_dtor (Results 1 – 3 of 3) sorted by relevance

/php-src/sapi/litespeed/
H A Dlsapi_main.c825 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() function
834 zend_hash_init(&user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in user_config_cache_init()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c170 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() function
1446 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in PHP_INI_END()
/php-src/sapi/cgi/
H A Dcgi_main.c195 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() function
1537 zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);

Completed in 19 milliseconds