Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_ini.c97 EG(ini_directives) = registered_zend_ini_directives; in zend_ini_startup()
106 zend_ini_dtor(EG(ini_directives)); in zend_ini_shutdown()
112 zend_hash_destroy(ini_directives); in zend_ini_dtor()
113 free(ini_directives); in zend_ini_dtor()
191 zend_hash_sort(EG(ini_directives), ini_key_compare, 0); in zend_ini_sort_entries()
213 if (directives != EG(ini_directives)) { in zend_register_ini_entries_ex()
214 directives = EG(ini_directives); in zend_register_ini_entries_ex()
278 static HashTable *ini_directives; in zend_unregister_ini_entries_ex() local
281 ini_directives = EG(ini_directives); in zend_unregister_ini_entries_ex()
283 ini_directives = registered_zend_ini_directives; in zend_unregister_ini_entries_ex()
[all …]
H A Dzend_globals.h220 HashTable *ini_directives; member
H A Dzend_ini.h68 ZEND_API void zend_ini_dtor(HashTable *ini_directives);
H A Dzend_builtin_functions.c385 zval *zv = zend_hash_find_known_hash(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING)); in ZEND_FUNCTION()
H A Dzend.c818 zend_ini_dtor(executor_globals->ini_directives); in executor_globals_dtor()
H A Dzend_vm_def.h7416 zval *zv = zend_hash_find_known_hash(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING));
H A Dzend_vm_execute.h2882 zval *zv = zend_hash_find_known_hash(EG(ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING)); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-8.1/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.1/ext/readline/
H A Dreadline_cli.c468 tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL); in cli_completion_generator_ini()
/PHP-8.1/main/
H A Dphp_ini.c128 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in display_ini_entries()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c722 ZEND_HASH_FOREACH_BUCKET(EG(ini_directives), p) { in accel_copy_permanent_strings()
3324 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")…
3410 …if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")…
/PHP-8.1/ext/standard/
H A Dbasic_functions.c2013 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(ini_directives), key, ini_entry) {
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c910 ini_entry = zend_hash_find_ptr(EG(ini_directives), Z_STR_P(args[0])); in ct_eval_func_call()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1031 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in _extension_string()
6021 ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { in ZEND_METHOD()

Completed in 275 milliseconds