Home
last modified time | relevance | path

Searched refs:configuration_hash (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/main/
H A Dphp_ini.c62 static HashTable configuration_hash; variable
426 zend_hash_init(&configuration_hash, 8, NULL, config_zval_dtor, 1); in php_init_config()
429 sapi_module.ini_defaults(&configuration_hash); in php_init_config()
756 zend_hash_destroy(&configuration_hash); in php_shutdown_config()
865 if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) {
891 if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) {
902 return zend_hash_find(&configuration_hash, name);
910 return zend_hash_str_find(&configuration_hash, name, name_length);
920 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
935 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
[all …]
H A DSAPI.h265 void (*ini_defaults)(HashTable *configuration_hash);
/PHP-7.4/sapi/cli/
H A Dphp_cli.c422 zend_hash_str_update(configuration_hash, name, sizeof(name)-1, &tmp);\
424 static void sapi_cli_ini_defaults(HashTable *configuration_hash) in sapi_cli_ini_defaults() argument
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c114 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
117 static void sapi_lsapi_ini_defaults(HashTable *configuration_hash) in sapi_lsapi_ini_defaults() argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1114 zend_hash_str_update(configuration_hash, name, sizeof(name) - 1, &tmp);
1116 void phpdbg_ini_defaults(HashTable *configuration_hash) /* {{{ */ in phpdbg_ini_defaults() argument

Completed in 23 milliseconds