tmp_h 4647 ext/gd/gd.c zend_long tmp_w, tmp_h=-1, tmp_m = GD_BILINEAR_FIXED; tmp_h 4650 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|ll", &IM, &tmp_w, &tmp_h, &tmp_m) == FAILURE) { tmp_h 4659 ext/gd/gd.c if (tmp_h < 0) { tmp_h 4666 ext/gd/gd.c tmp_h = tmp_w * src_y / src_x; tmp_h 4671 ext/gd/gd.c new_height = tmp_h;