int_threshold    4003 ext/gd/gd.c    	int int_threshold;
int_threshold    4018 ext/gd/gd.c    	int_threshold = threshold;
int_threshold    4021 ext/gd/gd.c    	if (int_threshold < 0 || int_threshold > 8) {
int_threshold    4022 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Invalid threshold value '%d'", int_threshold);
int_threshold    4139 ext/gd/gd.c    	int_threshold = int_threshold * 32;
int_threshold    4145 ext/gd/gd.c    			if (median < int_threshold) {