Home
last modified time | relevance | path

Searched refs:easter_date (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/calendar/tests/
H A Deaster_date.phpt2 easter_date()
10 echo date("Y-m-d", easter_date(2000))."\n";
11 echo date("Y-m-d", easter_date(2001))."\n";
12 echo date("Y-m-d", easter_date(2002))."\n";
13 echo date("Y-m-d", easter_date(1492))."\n";
20 Warning: easter_date(): This function is only valid for years between 1970 and 2037 inclusive in %s…
H A Dunixtojd.phpt19 // easter_date.phpt passes
24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
25 // -easter_date() calls mktime() and localtime()
/PHP-7.0/ext/calendar/
H A Dphp_calendar.h26 PHP_FUNCTION(easter_date);
H A Deaster.c123 PHP_FUNCTION(easter_date) in PHP_FUNCTION() argument
H A Dcalendar.c143 PHP_FE(easter_date, arginfo_easter_date)

Completed in 18 milliseconds