Searched refs:modify_type (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_ini.c | 247 …r *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage) /* … in zend_alter_ini_entry() argument 251 …return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage,… in zend_alter_ini_entry() 255 …r *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int… in zend_alter_ini_entry_ex() argument 269 if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) { in zend_alter_ini_entry_ex() 274 if (!(ini_entry->modifiable & modify_type)) { in zend_alter_ini_entry_ex()
|
H A D | zend_ini.h | 97 …(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage); 98 …r *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int…
|
/PHP-5.4/main/ |
H A D | php_ini.h | 36 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
|
H A D | php_ini.c | 751 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC) in php_ini_activate_config() argument 764 …zend_alter_ini_entry_ex(str, str_len, Z_STRVAL_P(data), Z_STRLEN_P(data), modify_type, stage, 0 TS… in php_ini_activate_config()
|
Completed in 19 milliseconds