Searched defs:modify_type (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_ini.c | 325 …sult zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int stage) /… in zend_alter_ini_entry() 332 …try_chars(zend_string *name, const char *value, size_t value_length, int modify_type, int stage) /… in zend_alter_ini_entry_chars() 344 …_chars_ex(zend_string *name, const char *value, size_t value_length, int modify_type, int stage, i… in zend_alter_ini_entry_chars_ex() 356 …t zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_type, int stage, b… in zend_alter_ini_entry_ex()
|
/PHP-8.3/main/ |
H A D | php_ini.c | 800 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage) in php_ini_activate_config()
|
Completed in 14 milliseconds