From: Andrei Zmievski Date: Thu, 18 May 2000 12:29:58 +0000 (+0000) Subject: (PHP round) Fix proto. X-Git-Tag: php-4.0.0~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c97760776b12094e030e23e7637f761b1a4f5bd3;p=php (PHP round) Fix proto. --- diff --git a/ext/standard/math.c b/ext/standard/math.c index ab85ee16b5..700dc84c9f 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -103,7 +103,7 @@ PHP_FUNCTION(floor) { /* }}} */ -/* {{{ proto int round(double number [, int precision]) +/* {{{ proto double round(double number [, int precision]) Returns the number rounded to specified precision. */ PHP_FUNCTION(round) {