From: Ilia Alshanetsky Date: Tue, 6 Jan 2004 15:45:52 +0000 (+0000) Subject: Revert proto 'fix'. X-Git-Tag: php_ibase_before_split~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2b89ae32bd3d0cb40c8a86c608323a669930b7e;p=php Revert proto 'fix'. --- diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 54333fdd16..78737f4caa 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -311,7 +311,7 @@ PHP_FUNCTION(mt_srand) * -RL */ -/* {{{ proto int rand(int min, int max) +/* {{{ proto int rand([int min, int max]) Returns a random number */ PHP_FUNCTION(rand) { @@ -336,7 +336,7 @@ PHP_FUNCTION(rand) } /* }}} */ -/* {{{ proto int mt_rand(int min, int max) +/* {{{ proto int mt_rand([int min, int max]) Returns a random number from Mersenne Twister */ PHP_FUNCTION(mt_rand) {