Home
last modified time | relevance | path

Searched refs:zend_alter_ini_entry_ex (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/
H A Dassert.c231 zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in PHP_FUNCTION()
247 zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in PHP_FUNCTION()
263 zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in PHP_FUNCTION()
298 zend_alter_ini_entry_ex(key, val, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in PHP_FUNCTION()
H A Dbasic_functions.c2128 …if (zend_alter_ini_entry_ex(varname, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE…
2170 if (zend_alter_ini_entry_ex(key, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE) {
/PHP-8.0/Zend/
H A Dzend_ini.c281 return zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry()
291 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry_chars()
303 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, force_change); in zend_alter_ini_entry_chars_ex()
309 ZEND_API zend_result zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_… in zend_alter_ini_entry_ex() function
H A Dzend_ini.h78 ZEND_API zend_result zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_…
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c321 zend_alter_ini_entry_ex(key, Z_STR_P(ini_entry), ZEND_INI_PERDIR, ZEND_INI_STAGE_HTACCESS, 1); in phpdbg_webdata_decompress()
/PHP-8.0/main/
H A Dphp_ini.c799 zend_alter_ini_entry_ex(str, Z_STR_P(data), modify_type, stage, 0); in php_ini_activate_config()
/PHP-8.0/
H A DUPGRADING.INTERNALS213 - zend_alter_ini_entry_ex()
/PHP-8.0/ext/session/
H A Dsession.c2463 ret = zend_alter_ini_entry_ex(buf.s, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in php_session_start_set_ini()

Completed in 43 milliseconds