Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ini.c109 EG(ini_directives) = registered_zend_ini_directives; in zend_ini_startup()
119 zend_ini_dtor(EG(ini_directives)); in zend_ini_shutdown()
124 ZEND_API void zend_ini_dtor(HashTable *ini_directives) /* {{{ */ in zend_ini_dtor() argument
126 zend_hash_destroy(ini_directives); in zend_ini_dtor()
127 free(ini_directives); in zend_ini_dtor()
175 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
205 zend_hash_sort(EG(ini_directives), ini_key_compare, 0); in zend_ini_sort_entries()
227 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
228 directives = EG(ini_directives); in zend_register_ini_entries()
337 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) { in zend_alter_ini_entry_ex()
[all …]
H A Dzend_globals.h206 HashTable *ini_directives; member
H A Dzend_ini.h68 ZEND_API void zend_ini_dtor(HashTable *ini_directives);
H A Dzend.c589 zend_ini_dtor(executor_globals->ini_directives); in executor_globals_dtor()
H A Dzend_builtin_functions.c800 p = zend_hash_find_ptr(EG(ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPORTING]); in ZEND_FUNCTION()
H A Dzend_vm_def.h6780 …zend_ini_entry *p = zend_hash_find_ptr(EG(ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPORT…
H A Dzend_vm_execute.h1528 …zend_ini_entry *p = zend_hash_find_ptr(EG(ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPORT…
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c125 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in phpdbg_webdata_compress()
150 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in phpdbg_webdata_compress()
H A Dphpdbg_wait.c306 if ((original_ini = zend_hash_find_ptr(EG(ini_directives), key))) { in phpdbg_webdata_decompress()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_php.c30 if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length)) == NULL) { in fpm_php_zend_ini_alter_master()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c125 if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), in ZEND_INI_MH()
174 if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), in ZEND_INI_MH()
208 if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), in ZEND_INI_MH()
H A DZendAccelerator.c2919 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")…
2993 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")…
/PHP-7.1/main/
H A Dphp_ini.c177 zend_hash_apply_with_argument(EG(ini_directives), php_ini_available, &module_number_available); in display_ini_entries()
181 zend_hash_apply_with_argument(EG(ini_directives), php_ini_displayer, (void *)&module_number); in display_ini_entries()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c451 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL); in cli_completion_generator_ini()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1122 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
5988 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c5432 …zend_hash_apply_with_arguments(EG(ini_directives), php_ini_get_option, 2, return_value, extnumber,…

Completed in 203 milliseconds