Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ini.c96 EG(ini_directives) = registered_zend_ini_directives; in zend_ini_startup()
105 zend_ini_dtor(EG(ini_directives)); in zend_ini_shutdown()
109 ZEND_API void zend_ini_dtor(HashTable *ini_directives) /* {{{ */ in zend_ini_dtor() argument
111 zend_hash_destroy(ini_directives); in zend_ini_dtor()
112 free(ini_directives); in zend_ini_dtor()
162 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
190 zend_hash_sort(EG(ini_directives), ini_key_compare, 0); in zend_ini_sort_entries()
212 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
213 directives = EG(ini_directives); in zend_register_ini_entries()
269 ZEND_HASH_FOREACH_PTR(EG(ini_directives), p) { in zend_ini_refresh_caches()
[all …]
H A Dzend_globals.h210 HashTable *ini_directives; member
H A Dzend_ini.h68 ZEND_API void zend_ini_dtor(HashTable *ini_directives);
H A Dzend.c757 zend_ini_dtor(executor_globals->ini_directives); in executor_globals_dtor()
H A Dzend_builtin_functions.c393 zval *zv = zend_hash_find_ex(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), 1); in ZEND_FUNCTION()
H A Dzend_vm_def.h7316 zval *zv = zend_hash_find_ex(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), 1);
H A Dzend_vm_execute.h2729 zval *zv = zend_hash_find_ex(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), 1); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c123 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in phpdbg_webdata_compress()
148 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in phpdbg_webdata_compress()
H A Dphpdbg_wait.c302 if ((original_ini = zend_hash_find_ptr(EG(ini_directives), key))) { in phpdbg_webdata_decompress()
/PHP-8.0/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-8.0/ext/readline/
H A Dreadline_cli.c458 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL); in cli_completion_generator_ini()
/PHP-8.0/main/
H A Dphp_ini.c128 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in display_ini_entries()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c693 ZEND_HASH_FOREACH_BUCKET(EG(ini_directives), p) { in accel_copy_permanent_strings()
3109 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")…
3185 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")…
/PHP-8.0/ext/standard/
H A Dbasic_functions.c2038 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(ini_directives), key, ini_entry) {
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c940 ini_entry = zend_hash_find_ptr(EG(ini_directives), Z_STR_P(args[0])); in ct_eval_func_call()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1018 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in _extension_string()
5820 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in ZEND_METHOD()

Completed in 269 milliseconds