]> granicus.if.org Git - php/commitdiff
proto fix
authorAndrey Hristov <andrey@php.net>
Wed, 17 Dec 2003 22:21:05 +0000 (22:21 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 17 Dec 2003 22:21:05 +0000 (22:21 +0000)
ext/standard/microtime.c

index 45e1331536a1b3cbd243cda3ed650cdb62abc367..d359aa287c1a739cb2626268e7e54a93e5589a6c 100644 (file)
@@ -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)
 {