thousand_sep_len 1288 ext/standard/math.c 		size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len)
thousand_sep_len 1330 ext/standard/math.c 		integral += (int)(thousand_sep_len * ((integral-1) / 3));
thousand_sep_len 1385 ext/standard/math.c 			t -= thousand_sep_len;
thousand_sep_len 1386 ext/standard/math.c 			memcpy(t + 1, thousand_sep, thousand_sep_len);
thousand_sep_len 1408 ext/standard/math.c 	size_t thousand_sep_len = 0, dec_point_len = 0;
thousand_sep_len 1411 ext/standard/math.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "d|ls!s!", &num, &dec, &dec_point, &dec_point_len, &thousand_sep, &thousand_sep_len) == FAILURE) {
thousand_sep_len 1420 ext/standard/math.c 		Z_PARAM_STRING_EX(thousand_sep, thousand_sep_len, 1, 0)
thousand_sep_len 1439 ext/standard/math.c 			thousand_sep_len = 1;
thousand_sep_len 1443 ext/standard/math.c 				dec_point, dec_point_len, thousand_sep, thousand_sep_len));