Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ini.c96 EG(ini_directives) = registered_zend_ini_directives; in zend_ini_startup()
106 zend_ini_dtor(EG(ini_directives)); in zend_ini_shutdown()
111 ZEND_API void zend_ini_dtor(HashTable *ini_directives) /* {{{ */ in zend_ini_dtor() argument
113 zend_hash_destroy(ini_directives); in zend_ini_dtor()
114 free(ini_directives); in zend_ini_dtor()
166 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
201 zend_hash_sort(EG(ini_directives), ini_key_compare, 0); in zend_ini_sort_entries()
223 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
224 directives = EG(ini_directives); in zend_register_ini_entries()
280 ZEND_HASH_FOREACH_PTR(EG(ini_directives), p) { in zend_ini_refresh_caches()
[all …]
H A Dzend_globals.h208 HashTable *ini_directives; member
H A Dzend_ini.h68 ZEND_API void zend_ini_dtor(HashTable *ini_directives);
H A Dzend.c726 zend_ini_dtor(executor_globals->ini_directives); in executor_globals_dtor()
H A Dzend_builtin_functions.c755 zval *zv = zend_hash_find_ex(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), 1); in ZEND_FUNCTION()
H A Dzend_vm_def.h7095 zval *zv = zend_hash_find_ex(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), 1);
H A Dzend_vm_execute.h2395 zval *zv = zend_hash_find_ex(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), 1); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-7.4/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.c308 if ((original_ini = zend_hash_find_ptr(EG(ini_directives), key))) { in phpdbg_webdata_decompress()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.c29 if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length)) == NULL) { in fpm_php_zend_ini_alter_master()
/PHP-7.4/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.c700 ZEND_HASH_FOREACH_BUCKET(EG(ini_directives), p) { in accel_copy_permanent_strings()
3033 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")… in accel_post_startup()
3105 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")… in accel_shutdown()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c456 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL); in cli_completion_generator_ini()
/PHP-7.4/main/
H A Dphp_ini.c132 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in display_ini_entries()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c823 ini_entry = zend_hash_find_ptr(EG(ini_directives), Z_STR_P(args[0])); in ct_eval_func_call()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c975 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in _extension_string()
5878 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in ZEND_METHOD()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5457 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(ini_directives), key, ini_entry) {

Completed in 233 milliseconds