From: Moshe Doron Date: Sun, 5 Sep 2004 08:13:56 +0000 (+0000) Subject: make autogenerated docs happy (Friedhelm Betz) X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9632e324b62f022393eacb52b6b806acd85a96be;p=php make autogenerated docs happy (Friedhelm Betz) --- diff --git a/ext/standard/sunfuncs.c b/ext/standard/sunfuncs.c index 0666eb18c0..67ba3ffe8c 100644 --- a/ext/standard/sunfuncs.c +++ b/ext/standard/sunfuncs.c @@ -219,7 +219,7 @@ static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_su /* }}} */ /* {{{ proto mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]]) - Returns time of sunrise for a given day & location */ + Returns time of sunrise for a given day and location */ PHP_FUNCTION(date_sunrise) { php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); @@ -227,7 +227,7 @@ PHP_FUNCTION(date_sunrise) /* }}} */ /* {{{ proto mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]]) - Returns time of sunset for a given day & location */ + Returns time of sunset for a given day and location */ PHP_FUNCTION(date_sunset) { php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);