Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dassert.c274 zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, ZEND_INI_STAGE_ASSERT_OPTIONS, 0); in PHP_FUNCTION()
290 zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, ZEND_INI_STAGE_ASSERT_OPTIONS, 0); in PHP_FUNCTION()
306 zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, ZEND_INI_STAGE_ASSERT_OPTIONS, 0); in PHP_FUNCTION()
341 zend_alter_ini_entry_ex(key, val, PHP_INI_USER, ZEND_INI_STAGE_ASSERT_OPTIONS, 0); in PHP_FUNCTION()
H A Dbasic_functions.c2034 …if (zend_alter_ini_entry_ex(varname, new_value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAI…
2075 if (zend_alter_ini_entry_ex(key, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE) {
/php-src/Zend/
H A Dzend_ini.c327 return zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry()
337 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, 0); in zend_alter_ini_entry_chars()
349 ret = zend_alter_ini_entry_ex(name, new_value, modify_type, stage, force_change); in zend_alter_ini_entry_chars_ex()
355 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.h80 ZEND_API zend_result zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_…
/php-src/main/
H A Dphp_ini.c808 zend_alter_ini_entry_ex(str, data_str, modify_type, stage, 0); in php_ini_activate_config()
/php-src/ext/session/
H A Dsession.c2519 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 39 milliseconds