From: Sara Golemon Date: Mon, 21 Jan 2008 06:36:02 +0000 (+0000) Subject: Flag additional unicode safe funcs X-Git-Tag: RELEASE_2_0_0a1~829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4106cbf6d1f670148d433d284f6b70a83ed306f3;p=php Flag additional unicode safe funcs --- diff --git a/ext/calendar/cal_unix.c b/ext/calendar/cal_unix.c index 77d2fdf279..88bee49b07 100644 --- a/ext/calendar/cal_unix.c +++ b/ext/calendar/cal_unix.c @@ -24,7 +24,7 @@ #include "sdncal.h" #include -/* {{{ proto int unixtojd([int timestamp]) +/* {{{ proto int unixtojd([int timestamp]) U Convert UNIX timestamp to Julian Day */ PHP_FUNCTION(unixtojd) { @@ -56,7 +56,7 @@ PHP_FUNCTION(unixtojd) } /* }}} */ -/* {{{ proto int jdtounix(int jday) +/* {{{ proto int jdtounix(int jday) U Convert Julian Day to UNIX timestamp */ PHP_FUNCTION(jdtounix) { diff --git a/ext/calendar/easter.c b/ext/calendar/easter.c index bd787de424..1b7de0e49e 100644 --- a/ext/calendar/easter.c +++ b/ext/calendar/easter.c @@ -121,7 +121,7 @@ static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, int gm) } -/* {{{ proto int easter_date([int year]) +/* {{{ proto int easter_date([int year]) U Return the timestamp of midnight on Easter of a given year (defaults to current year) */ PHP_FUNCTION(easter_date) { @@ -129,7 +129,7 @@ PHP_FUNCTION(easter_date) } /* }}} */ -/* {{{ proto int easter_days([int year, [int method]]) +/* {{{ proto int easter_days([int year, [int method]]) U Return the number of days after March 21 that Easter falls on for a given year (defaults to current year) */ PHP_FUNCTION(easter_days) {