ini_directives    243 Zend/zend_globals.h 	HashTable *ini_directives;
ini_directives     93 Zend/zend_ini.c 	EG(ini_directives) = registered_zend_ini_directives;
ini_directives    105 Zend/zend_ini.c 	zend_hash_destroy(EG(ini_directives));
ini_directives    106 Zend/zend_ini.c 	free(EG(ini_directives));
ini_directives    138 Zend/zend_ini.c 	EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable));
ini_directives    139 Zend/zend_ini.c 	if (zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, NULL, 1, 0) == FAILURE) {
ini_directives    142 Zend/zend_ini.c 	zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_ini_entry));
ini_directives    170 Zend/zend_ini.c 	zend_hash_sort(EG(ini_directives), zend_qsort, ini_key_compare, 0 TSRMLS_CC);
ini_directives    194 Zend/zend_ini.c 	if (directives != EG(ini_directives)) {
ini_directives    195 Zend/zend_ini.c 		directives = EG(ini_directives);
ini_directives    242 Zend/zend_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void *)(zend_intptr_t) stage TSRMLS_CC);
ini_directives    262 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) {
ini_directives    314 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE ||
ini_directives    353 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) {
ini_directives    370 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) {
ini_directives    387 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) {
ini_directives   4854 Zend/zend_vm_def.h 				if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (void **) &EG(error_reporting_ini_entry)) == FAILURE)) {
ini_directives    994 Zend/zend_vm_execute.h 				if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (void **) &EG(error_reporting_ini_entry)) == FAILURE)) {
ini_directives   2647 ext/opcache/ZendAccelerator.c 	if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entry) == SUCCESS) {
ini_directives   2744 ext/opcache/ZendAccelerator.c 	if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entry) == SUCCESS) {
ini_directives    129 ext/opcache/zend_accelerator_module.c 		if (zend_hash_find(EG(ini_directives),
ini_directives    176 ext/opcache/zend_accelerator_module.c 		if (zend_hash_find(EG(ini_directives),
ini_directives    212 ext/opcache/zend_accelerator_module.c 		if (zend_hash_find(EG(ini_directives),
ini_directives    457 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL TSRMLS_CC);
ini_directives   1121 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _extension_ini_string, 3, &str_ini, indent, module->module_number);
ini_directives   5423 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _addinientry, 2, return_value, module->module_number);
ini_directives   5391 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) php_ini_get_option, 2, return_value, extnumber, details);
ini_directives    176 main/php_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_available, &module_number_available TSRMLS_CC);
ini_directives    180 main/php_ini.c 		zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (zend_intptr_t) module_number TSRMLS_CC);
ini_directives     31 sapi/fpm/fpm/fpm_php.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) {