From: Egon Schmid Date: Tue, 28 Mar 2000 20:47:47 +0000 (+0000) Subject: Sterling, only one line for the short descritption, even it is massiv. X-Git-Tag: php-4.0RC2~597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a8dfac59ddeb112d1e57f3ddf609274f6503fed;p=php Sterling, only one line for the short descritption, even it is massiv. --- 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;