summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-18 12:29:58 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-18 12:29:58 +0000
commitc97760776b12094e030e23e7637f761b1a4f5bd3 (patch)
tree4e89134bd8e17d6e08706647768154af2067a182
parentaa09d60d7ddacc22502a408148815da75103dbaf (diff)
downloadphp-git-c97760776b12094e030e23e7637f761b1a4f5bd3.tar.gz
(PHP round) Fix proto.
-rw-r--r--ext/standard/math.c2
1 files changed, 1 insertions, 1 deletions
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)
{