stage              79 Zend/zend.c    	OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage              47 Zend/zend_ini.c static int zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, int stage TSRMLS_DC) /* {{{ */
stage              57 Zend/zend_ini.c 				result = ini_entry->on_modify(ini_entry, ini_entry->orig_value, ini_entry->orig_value_length, ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC);
stage              60 Zend/zend_ini.c 		if (stage == ZEND_INI_STAGE_RUNTIME && result == FAILURE) {
stage             231 Zend/zend_ini.c static int zend_ini_refresh_cache(zend_ini_entry *p, int stage TSRMLS_DC) /* {{{ */
stage             234 Zend/zend_ini.c 		p->on_modify(p, p->value, p->value_length, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC);
stage             240 Zend/zend_ini.c ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC) /* {{{ */
stage             242 Zend/zend_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void *)(zend_intptr_t) stage TSRMLS_CC);
stage             247 Zend/zend_ini.c ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage) /* {{{ */
stage             251 Zend/zend_ini.c 	return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage, 0 TSRMLS_CC);
stage             255 Zend/zend_ini.c ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change TSRMLS_DC) /* {{{ */
stage             269 Zend/zend_ini.c 	if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) {
stage             294 Zend/zend_ini.c 		|| ini_entry->on_modify(ini_entry, duplicate, new_value_length, ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC) == SUCCESS) {
stage             309 Zend/zend_ini.c ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /* {{{ */
stage             315 Zend/zend_ini.c 		(stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifiable & ZEND_INI_USER) == 0)) {
stage             320 Zend/zend_ini.c 		if (zend_restore_ini_entry_cb(ini_entry, stage TSRMLS_CC) == 0) {
stage              60 Zend/zend_ini.h #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, char *new_value, uint new_value_length, void *mh_arg1, void *mh_arg2, void *mh_arg3, int stage TSRMLS_DC)
stage              96 Zend/zend_ini.h ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC);
stage              97 Zend/zend_ini.h ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage);
stage              98 Zend/zend_ini.h ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change TSRMLS_DC);
stage              99 Zend/zend_ini.h ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
stage             944 ext/date/php_date.c 	if (OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC) == FAILURE) {
stage             949 ext/date/php_date.c 	if (stage == PHP_INI_STAGE_RUNTIME) {
stage             475 ext/dba/dba.c  		return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             485 ext/dba/dba.c  	return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             179 ext/exif/exif.c 	return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             194 ext/exif/exif.c 	return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             229 ext/iconv/iconv.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
stage             232 ext/iconv/iconv.c 	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             242 ext/iconv/iconv.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
stage             245 ext/iconv/iconv.c 	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             255 ext/iconv/iconv.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
stage             258 ext/iconv/iconv.c 	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage            1287 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
stage            1318 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
stage            1355 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_ACTIVATE | PHP_INI_STAGE_RUNTIME)) {
stage            1359 ext/mbstring/mbstring.c 	if (OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC) == FAILURE) {
stage            1363 ext/mbstring/mbstring.c 	if (stage & (PHP_INI_STAGE_STARTUP | PHP_INI_STAGE_SHUTDOWN | PHP_INI_STAGE_RUNTIME)) {
stage            1426 ext/mbstring/mbstring.c 	OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             205 ext/opcache/ZendAccelerator.c 	int ret = orig_include_path_on_modify(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             116 ext/opcache/zend_accelerator_module.c 	(void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage;
stage             154 ext/opcache/zend_accelerator_module.c 	(void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage;
stage             200 ext/opcache/zend_accelerator_module.c 	(void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage;
stage             227 ext/opcache/zend_accelerator_module.c 	if (stage == ZEND_INI_STAGE_STARTUP ||
stage             228 ext/opcache/zend_accelerator_module.c 	    stage == ZEND_INI_STAGE_SHUTDOWN ||
stage             229 ext/opcache/zend_accelerator_module.c 	    stage == ZEND_INI_STAGE_DEACTIVATE) {
stage             230 ext/opcache/zend_accelerator_module.c 		return OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage              73 ext/phar/phar.c 	if (stage == ZEND_INI_STAGE_STARTUP) {
stage             189 ext/phar/phar.c 	if (stage == ZEND_INI_STAGE_STARTUP) {
stage             580 ext/session/session.c 		if (stage == ZEND_INI_STAGE_RUNTIME) {
stage             587 ext/session/session.c 		if (stage != ZEND_INI_STAGE_DEACTIVATE) {
stage             610 ext/session/session.c 		if (stage == ZEND_INI_STAGE_RUNTIME) {
stage             617 ext/session/session.c 		if (stage != ZEND_INI_STAGE_DEACTIVATE) {
stage             645 ext/session/session.c 	if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) {
stage             668 ext/session/session.c 	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             679 ext/session/session.c 		if (stage == ZEND_INI_STAGE_RUNTIME || stage == ZEND_INI_STAGE_ACTIVATE || stage == ZEND_INI_STAGE_STARTUP) {
stage             686 ext/session/session.c 		if (stage != ZEND_INI_STAGE_DEACTIVATE) {
stage             692 ext/session/session.c 	OnUpdateStringUnempty(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             492 ext/soap/soap.c 	if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) {
stage             515 ext/soap/soap.c 	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             315 ext/standard/browscap.c 	if (stage == PHP_INI_STAGE_STARTUP) {
stage             318 ext/standard/browscap.c 	} else if (stage == PHP_INI_STAGE_ACTIVATE) {
stage            1127 ext/tidy/tidy.c 	if (stage == PHP_INI_STAGE_RUNTIME) {
stage            1140 ext/tidy/tidy.c 	status = OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage            1142 ext/tidy/tidy.c 	if (stage == PHP_INI_STAGE_RUNTIME && value) {
stage             902 ext/zlib/zlib.c 	if (stage == PHP_INI_STAGE_RUNTIME) {
stage             910 ext/zlib/zlib.c 	status = OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             913 ext/zlib/zlib.c 	if (stage == PHP_INI_STAGE_RUNTIME && int_value) {
stage             926 ext/zlib/zlib.c 	if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status(TSRMLS_C) & PHP_OUTPUT_SENT)) {
stage             931 ext/zlib/zlib.c 	return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage              95 main/fopen_wrappers.c 	if (stage == PHP_INI_STAGE_STARTUP || stage == PHP_INI_STAGE_SHUTDOWN || stage == PHP_INI_STAGE_ACTIVATE || stage == PHP_INI_STAGE_DEACTIVATE) {
stage             317 main/main.c    	if (stage==PHP_INI_STAGE_STARTUP) {
stage             423 main/main.c    		OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             434 main/main.c    		OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             445 main/main.c    		OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             456 main/main.c    	if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(new_value, "syslog")) {
stage             461 main/main.c    	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             471 main/main.c    	if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value) {
stage             476 main/main.c    	OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
stage             486 main/main.c    	if (stage == PHP_INI_STAGE_HTACCESS) {
stage             786 main/php_ini.c PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC)
stage             799 main/php_ini.c 		zend_alter_ini_entry_ex(str, str_len, Z_STRVAL_P(data), Z_STRLEN_P(data), modify_type, stage, 0 TSRMLS_CC);
stage              36 main/php_ini.h PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
stage             935 sapi/apache_hooks/mod_php5.c 	handler->stage = handler_stage;
stage             954 sapi/apache_hooks/mod_php5.c 	handler->stage = handler_stage;
stage              43 sapi/apache_hooks/mod_php5.h     long stage;
stage              26 sapi/fpm/fpm/fpm_php.c static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS_DC) /* {{{ */
stage              39 sapi/fpm/fpm/fpm_php.c 				ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC) == SUCCESS) {
stage              35 sapi/fpm/fpm/fpm_request.c const char *fpm_request_get_stage_name(int stage) {
stage              36 sapi/fpm/fpm/fpm_request.c 	return requests_stages[stage];
stage              20 sapi/fpm/fpm/fpm_request.h const char *fpm_request_get_stage_name(int stage);