From f083d42581726cc2ab2d17f4704b0930a8b88587 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 17 Dec 2003 22:21:05 +0000 Subject: [PATCH] proto fix --- ext/standard/microtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1