ZEND_INI_STAGE_RUNTIME  441 Zend/zend_builtin_functions.c 			zend_alter_ini_entry("error_reporting", sizeof("error_reporting"), Z_STRVAL_PP(arg), Z_STRLEN_PP(arg), ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME);
ZEND_INI_STAGE_RUNTIME  308 Zend/zend_ini.c 		(stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifiable & ZEND_INI_USER) == 0)) {
ZEND_INI_STAGE_RUNTIME 3640 Zend/zend_vm_def.h 		zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), "0", 1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME, 1);
ZEND_INI_STAGE_RUNTIME 3660 Zend/zend_vm_def.h 		zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_reporting), Z_STRLEN(restored_error_reporting), ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME, 1);
ZEND_INI_STAGE_RUNTIME 3853 Zend/zend_vm_def.h 		zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_reporting), Z_STRLEN(restored_error_reporting), ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME, 1);
ZEND_INI_STAGE_RUNTIME  445 Zend/zend_vm_execute.h 		zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), "0", 1, ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME, 1);
ZEND_INI_STAGE_RUNTIME  596 Zend/zend_vm_execute.h 		zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_reporting), Z_STRLEN(restored_error_reporting), ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME, 1);
ZEND_INI_STAGE_RUNTIME 4941 Zend/zend_vm_execute.h 		zend_alter_ini_entry_ex("error_reporting", sizeof("error_reporting"), Z_STRVAL(restored_error_reporting), Z_STRLEN(restored_error_reporting), ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME, 1);
ZEND_INI_STAGE_RUNTIME  103 ext/session/session.c 		if (stage == ZEND_INI_STAGE_RUNTIME) {
ZEND_INI_STAGE_RUNTIME  138 ext/session/session.c 		if (stage == ZEND_INI_STAGE_RUNTIME) {
ZEND_INI_STAGE_RUNTIME 1647 ext/session/session.c 		zend_alter_ini_entry("session.cache_expire", sizeof("session.cache_expire"), Z_STRVAL_PP(p_cache_expire), Z_STRLEN_PP(p_cache_expire), ZEND_INI_USER, ZEND_INI_STAGE_RUNTIME);
ZEND_INI_STAGE_RUNTIME   70 main/php_ini.h #define PHP_INI_STAGE_RUNTIME		ZEND_INI_STAGE_RUNTIME