Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_ini.c63 static HashTable configuration_hash; variable
430 zend_hash_init(&configuration_hash, 8, NULL, config_zval_dtor, 1); in php_init_config()
433 sapi_module.ini_defaults(&configuration_hash); in php_init_config()
761 zend_hash_destroy(&configuration_hash); in php_shutdown_config()
873 if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) {
899 if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) {
910 return zend_hash_find(&configuration_hash, name);
918 return zend_hash_str_find(&configuration_hash, name, name_length);
928 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
943 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.2/sapi/cli/
H A Dphp_cli.c443 zend_hash_str_update(configuration_hash, name, sizeof(name)-1, &tmp);\
445 static void sapi_cli_ini_defaults(HashTable *configuration_hash) in sapi_cli_ini_defaults() argument
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c134 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
137 static void sapi_lsapi_ini_defaults(HashTable *configuration_hash) in sapi_lsapi_ini_defaults() argument
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c1120 zend_hash_str_update(configuration_hash, name, sizeof(name) - 1, &tmp);
1122 void phpdbg_ini_defaults(HashTable *configuration_hash) /* {{{ */ in phpdbg_ini_defaults() argument

Completed in 34 milliseconds