summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-12-17 22:21:05 +0000
committerAndrey Hristov <andrey@php.net>2003-12-17 22:21:05 +0000
commitf083d42581726cc2ab2d17f4704b0930a8b88587 (patch)
tree83e444142a56f78a18a559c3a23e88c3a5b82089 /ext/standard/microtime.c
parent4b5caaa04afbf931806e916c1dada59134706190 (diff)
downloadphp-git-f083d42581726cc2ab2d17f4704b0930a8b88587.tar.gz
proto fix
Diffstat (limited to 'ext/standard/microtime.c')
-rw-r--r--ext/standard/microtime.c2
1 files changed, 1 insertions, 1 deletions
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)
{