Home
last modified time | relevance | path

Searched refs:modify_type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_ini.c318 …lt zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int stage) /* … in zend_alter_ini_entry() argument
321 return zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry()
325 …y_chars(zend_string *name, const char *value, size_t value_length, int modify_type, int stage) /* … in zend_alter_ini_entry_chars() argument
331 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry_chars()
337 …hars_ex(zend_string *name, const char *value, size_t value_length, int modify_type, int stage, int… in zend_alter_ini_entry_chars_ex() argument
343 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, force_change); in zend_alter_ini_entry_chars_ex()
349 …zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_type, int stage, boo… in zend_alter_ini_entry_ex() argument
363 if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) { in zend_alter_ini_entry_ex()
368 if (!(ini_entry->modifiable & modify_type)) { in zend_alter_ini_entry_ex()
H A Dzend_ini.h79 …result zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int stage);
80 …zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_type, int stage, boo…
81 …entry_chars(zend_string *name, const char *value, size_t value_length, int modify_type, int stage);
82 …hars_ex(zend_string *name, const char *value, size_t value_length, int modify_type, int stage, int…
/PHP-8.1/main/
H A Dphp_ini.h33 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage);
H A Dphp_ini.c810 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage) in php_ini_activate_config() argument
818 zend_alter_ini_entry_ex(str, data_str, modify_type, stage, 0); in php_ini_activate_config()

Completed in 19 milliseconds