PHP_INI_STAGE_RUNTIME  952 ext/date/php_date.c 	if (stage == PHP_INI_STAGE_RUNTIME) {
PHP_INI_STAGE_RUNTIME  235 ext/iconv/iconv.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME  248 ext/iconv/iconv.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME  261 ext/iconv/iconv.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME 2502 ext/iconv/iconv.c 	retval = zend_alter_ini_entry(name, charset, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME  244 ext/intl/locale/locale_methods.c 	zend_alter_ini_entry(ini_name, locale_name, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1277 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME 1308 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME 1345 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME 1353 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_STARTUP | PHP_INI_STAGE_SHUTDOWN | PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME 1753 ext/mbstring/mbstring.c 		if (FAILURE == zend_alter_ini_entry(ini_name, name, PHP_INI_USER, PHP_INI_STAGE_RUNTIME)) {
PHP_INI_STAGE_RUNTIME  631 ext/readline/readline_cli.c 				zend_alter_ini_entry_chars_ex(cmd, param, strlen(param), PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME  695 ext/session/session.c 	if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) {
PHP_INI_STAGE_RUNTIME 1716 ext/session/session.c 	zend_alter_ini_entry(ini_name,  Z_STR_P(lifetime), PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1721 ext/session/session.c 		zend_alter_ini_entry(ini_name, path, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1726 ext/session/session.c 		zend_alter_ini_entry(ini_name, domain, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1732 ext/session/session.c 		zend_alter_ini_entry_chars(ini_name, secure ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1737 ext/session/session.c 		zend_alter_ini_entry_chars(ini_name, httponly ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1776 ext/session/session.c 		zend_alter_ini_entry(ini_name, name, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1813 ext/session/session.c 		zend_alter_ini_entry(ini_name, name, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1925 ext/session/session.c 			zend_alter_ini_entry(ini_name, ini_val, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1958 ext/session/session.c 		zend_alter_ini_entry(ini_name, ini_val, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1994 ext/session/session.c 		zend_alter_ini_entry(ini_name, name, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 2185 ext/session/session.c 		zend_alter_ini_entry(ini_name, limiter, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 2261 ext/session/session.c 	ret = zend_alter_ini_entry_ex(buf.s, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME  494 ext/soap/soap.c 	if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) {
PHP_INI_STAGE_RUNTIME  302 ext/standard/assert.c 			zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME  314 ext/standard/assert.c 			zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME  326 ext/standard/assert.c 			zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME  338 ext/standard/assert.c 			zend_alter_ini_entry_ex(key, value_str, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME  364 ext/standard/assert.c 			zend_alter_ini_entry_ex(key, val, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0);
PHP_INI_STAGE_RUNTIME 5388 ext/standard/basic_functions.c 	if (zend_alter_ini_entry_ex(varname, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE) {
PHP_INI_STAGE_RUNTIME 5405 ext/standard/basic_functions.c 	zend_restore_ini_entry(varname, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 5430 ext/standard/basic_functions.c 	if (zend_alter_ini_entry_ex(key, new_value, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == FAILURE) {
PHP_INI_STAGE_RUNTIME 5469 ext/standard/basic_functions.c 	zend_restore_ini_entry(key, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 5531 ext/standard/basic_functions.c 		zend_alter_ini_entry_chars(key, arg ? "1" : "0", 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME 1103 ext/tidy/tidy.c 	if (stage == PHP_INI_STAGE_RUNTIME) {
PHP_INI_STAGE_RUNTIME 1118 ext/tidy/tidy.c 	if (stage == PHP_INI_STAGE_RUNTIME && value) {
PHP_INI_STAGE_RUNTIME 1384 ext/zlib/zlib.c 	if (stage == PHP_INI_STAGE_RUNTIME) {
PHP_INI_STAGE_RUNTIME 1396 ext/zlib/zlib.c 	if (stage == PHP_INI_STAGE_RUNTIME && int_value) {
PHP_INI_STAGE_RUNTIME 1409 ext/zlib/zlib.c 	if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status() & PHP_OUTPUT_SENT)) {
PHP_INI_STAGE_RUNTIME  783 main/SAPI.c    					zend_alter_ini_entry_chars(key, "0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME  812 main/SAPI.c    					"0", sizeof("0") - 1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME);
PHP_INI_STAGE_RUNTIME  425 main/main.c    	if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZSTR_VAL(new_value), "syslog")) {
PHP_INI_STAGE_RUNTIME  440 main/main.c    	if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) {
PHP_INI_STAGE_RUNTIME 1298 main/main.c    	if (zend_alter_ini_entry_chars_ex(key, new_timeout_str, new_timeout_strlen, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0) == SUCCESS) {