Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_ini.c93 EG(ini_directives) = registered_zend_ini_directives; in zend_ini_startup()
104 zend_hash_destroy(EG(ini_directives)); in zend_ini_shutdown()
105 free(EG(ini_directives)); in zend_ini_shutdown()
136 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
168 zend_hash_sort(EG(ini_directives), zend_qsort, ini_key_compare, 0 TSRMLS_CC); in zend_ini_sort_entries()
192 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
193 directives = EG(ini_directives); in zend_register_ini_entries()
260 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in zend_alter_ini_entry_ex()
312 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE || in zend_restore_ini_entry()
351 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) { in zend_ini_long()
[all …]
H A Dzend_globals.h241 HashTable *ini_directives; member
/PHP-5.3/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.3/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.3/ext/reflection/
H A Dphp_reflection.c1057 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _extension_ini_st… in _extension_string()
4950 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _addinientry, 2, … in ZEND_METHOD()
/PHP-5.3/ext/standard/
H A Dbasic_functions.c5406 …zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) php_ini_get_optio…

Completed in 41 milliseconds