From: Andrey Hristov Date: Wed, 17 Dec 2003 22:21:05 +0000 (+0000) Subject: proto fix X-Git-Tag: php-5.0.0b3RC2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f083d42581726cc2ab2d17f4704b0930a8b88587;p=php proto fix --- diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 45e1331536..d359aa287c 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -52,7 +52,7 @@ #define SEC_IN_MIN 60 #ifdef HAVE_GETTIMEOFDAY -/* {{{ proto string microtime([bool get_as_float]) +/* {{{ proto mixed microtime([bool get_as_float]) Returns either a string or a float containing the current time in seconds and microseconds */ PHP_FUNCTION(microtime) {