summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-03-28 20:47:47 +0000
committerEgon Schmid <eschmid@php.net>2000-03-28 20:47:47 +0000
commit1a8dfac59ddeb112d1e57f3ddf609274f6503fed (patch)
tree6b9f53b9d6698f26596dc6bc1ca610c766474c5a /ext/standard/datetime.c
parent74d30dff7bb798a85327c5e2551b5b8ced2c3c96 (diff)
downloadphp-git-1a8dfac59ddeb112d1e57f3ddf609274f6503fed.tar.gz
Sterling, only one line for the short descritption, even it is massiv.
Diffstat (limited to 'ext/standard/datetime.c')
-rw-r--r--ext/standard/datetime.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c
index 35bd27e85d..76eaf70890 100644
--- a/ext/standard/datetime.c
+++ b/ext/standard/datetime.c
@@ -459,10 +459,8 @@ PHP_FUNCTION(gmdate)
}
/* }}} */
-/* {{{ proto array localtime([int timestamp[, bool associative_array]])
- Returns the results of the C system call localtime as an associative array
- if the associative_array argument is set to 1 other wise it is a regular
- array. */
+/* {{{ proto array localtime([int timestamp [, bool associative_array]])
+ Returns the results of the C system call localtime as an associative array if the associative_array argument is set to 1 other wise it is a regular array */
PHP_FUNCTION(localtime)
{
zval **timestamp_arg, **assoc_array_arg;