summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-24 08:39:02 +0000
committerEgon Schmid <eschmid@php.net>2000-02-24 08:39:02 +0000
commitfe615efb5c74fa9cec4d46dd0899b0123b2709b1 (patch)
treef9823d3062d0c5e7afe8b34ae6809d9e99b6ac34 /ext/standard/microtime.c
parent7da7a50c69b6f95609e81b2eb156640a5a5c4cb0 (diff)
downloadphp-git-fe615efb5c74fa9cec4d46dd0899b0123b2709b1.tar.gz
More protos.
Diffstat (limited to 'ext/standard/microtime.c')
-rw-r--r--ext/standard/microtime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c
index 205c832d03..7c910676c9 100644
--- a/ext/standard/microtime.c
+++ b/ext/standard/microtime.c
@@ -68,7 +68,7 @@ PHP_FUNCTION(microtime)
/* {{{ proto array gettimeofday(void)
- returns the current time as array */
+ Returns the current time as array */
PHP_FUNCTION(gettimeofday)
{
#ifdef HAVE_GETTIMEOFDAY
@@ -91,8 +91,8 @@ PHP_FUNCTION(gettimeofday)
/* }}} */
#ifdef HAVE_GETRUSAGE
-/* {{{ proto array getrusage([ int who ])
- returns an array of usage statistics */
+/* {{{ proto array getrusage([int who])
+ Returns an array of usage statistics */
PHP_FUNCTION(getrusage)
{
struct rusage usg;