thousand_sep_len 1079 ext/standard/math.c 		size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len,
thousand_sep_len 1125 ext/standard/math.c 		integral += thousand_sep_len * ((integral-1) / 3);
thousand_sep_len 1180 ext/standard/math.c 			t -= thousand_sep_len;
thousand_sep_len 1181 ext/standard/math.c 			memcpy(t + 1, thousand_sep, thousand_sep_len);
thousand_sep_len 1200 ext/standard/math.c 		size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len)
thousand_sep_len 1203 ext/standard/math.c 			thousand_sep, thousand_sep_len, NULL);
thousand_sep_len 1215 ext/standard/math.c 	int thousand_sep_len = 0, dec_point_len = 0;
thousand_sep_len 1217 ext/standard/math.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d|ls!s!", &num, &dec, &dec_point, &dec_point_len, &thousand_sep, &thousand_sep_len) == FAILURE) {
thousand_sep_len 1236 ext/standard/math.c 			thousand_sep_len = 1;
thousand_sep_len 1241 ext/standard/math.c 				dec_point, dec_point_len, thousand_sep, thousand_sep_len,