From c97760776b12094e030e23e7637f761b1a4f5bd3 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 18 May 2000 12:29:58 +0000 Subject: [PATCH] (PHP round) Fix proto. --- ext/standard/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1