From: Egon Schmid Date: Mon, 12 Jun 2000 15:17:08 +0000 (+0000) Subject: Fixed a proto. X-Git-Tag: php-4.0.1RC~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e465e94a125ccd027ac70c415e7b98e3be8bba89;p=php Fixed a proto. --- diff --git a/ext/standard/math.c b/ext/standard/math.c index dfda040458..c48fd1c0bb 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -679,7 +679,7 @@ char *_php_math_number_format(double d,int dec,char dec_point,char thousand_sep) } /* }}} */ -/* {{{ proto string number_format(double number [, int num_decimal_places [, string dec_seperator, string thousands_seperator)]]) +/* {{{ proto string number_format(double number [, int num_decimal_places [, string dec_seperator, string thousands_seperator]]) Formats a number with grouped thousands */ PHP_FUNCTION(number_format)