]> granicus.if.org Git - php/commitdiff
make autogenerated docs happy (Friedhelm Betz)
authorMoshe Doron <momo@php.net>
Sun, 5 Sep 2004 08:13:56 +0000 (08:13 +0000)
committerMoshe Doron <momo@php.net>
Sun, 5 Sep 2004 08:13:56 +0000 (08:13 +0000)
ext/standard/sunfuncs.c

index 0666eb18c01dc8bff632182922fedaae6385eb4e..67ba3ffe8c72dbed0ac2df97239e71ca7f92387e 100644 (file)
@@ -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);