Home
last modified time | relevance | path

Searched refs:ini_directives (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_ini.c93 EG(ini_directives) = registered_zend_ini_directives; in zend_ini_startup()
105 zend_hash_destroy(EG(ini_directives)); in zend_ini_shutdown()
106 free(EG(ini_directives)); in zend_ini_shutdown()
138 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
170 zend_hash_sort(EG(ini_directives), zend_qsort, ini_key_compare, 0 TSRMLS_CC); in zend_ini_sort_entries()
194 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
195 directives = EG(ini_directives); in zend_register_ini_entries()
262 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in zend_alter_ini_entry_ex()
314 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE || in zend_restore_ini_entry()
353 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) { in zend_ini_long()
[all …]
H A Dzend_globals.h236 HashTable *ini_directives; member
H A Dzend_vm_def.h4644 …if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (v…
H A Dzend_vm_execute.h806 …if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (v… in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c31 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in fpm_php_zend_ini_alter_master()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c125 if (zend_hash_find(EG(ini_directives), in ZEND_INI_MH()
172 if (zend_hash_find(EG(ini_directives), in ZEND_INI_MH()
208 if (zend_hash_find(EG(ini_directives), in ZEND_INI_MH()
H A DZendAccelerator.c2610 …if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entr…
2707 …if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entr…
/PHP-5.5/main/
H A Dphp_ini.c176 …zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_available, &module_nu… in display_ini_entries()
180 …zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (… in display_ini_entries()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c453 …tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL … in cli_completion_generator_ini()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1088 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _extension_ini_st… in _extension_string()
5354 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _addinientry, 2, … in ZEND_METHOD()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5421 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) php_ini_get_optio…

Completed in 140 milliseconds