]> granicus.if.org Git - php/commitdiff
Revert proto 'fix'.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 6 Jan 2004 15:45:52 +0000 (15:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 6 Jan 2004 15:45:52 +0000 (15:45 +0000)
ext/standard/rand.c

index 54333fdd161da4b814663be16c1eeef33ad594a4..78737f4caa86ae43e2b5289a9ea72a44cd6500fd 100644 (file)
@@ -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)
 {