Searched refs:easter_date (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/calendar/tests/ |
H A D | easter_date_64bit.phpt | 2 Test easter_date() on 64bit systems 14 echo date("Y-m-d", easter_date(2000))."\n"; 15 echo date("Y-m-d", easter_date(2001))."\n"; 16 echo date("Y-m-d", easter_date(2002))."\n"; 17 echo date("Y-m-d", easter_date(2045))."\n"; 18 echo date("Y-m-d", easter_date(2046))."\n"; 19 echo date("Y-m-d", easter_date(2047))."\n"; 21 easter_date(1492); 33 easter_date(): Argument #1 ($year) must be a year after 1970 (inclusive)
|
H A D | easter_date_32bit.phpt | 2 Test easter_date() on 32bit systems 14 echo date("Y-m-d", easter_date(2000))."\n"; 15 echo date("Y-m-d", easter_date(2001))."\n"; 16 echo date("Y-m-d", easter_date(2002))."\n"; 18 easter_date(1492); 27 easter_date(): Argument #1 ($year) must be between 1970 and 2037 (inclusive)
|
H A D | easter_date_checks_upper_bound_32bit.phpt | 2 Test easter_date() on 32bit systems checks the upper year limit 15 easter_date(2040); 21 easter_date(): Argument #1 ($year) must be between 1970 and 2037 (inclusive)
|
H A D | easter_date_checks_upper_bound_64bit.phpt | 2 Test easter_date() on 64bit systems checks the upper year limit 15 easter_date(293274701009); 21 easter_date(): Argument #1 ($year) must be a year before 2.000.000.000 (inclusive)
|
H A D | gh16228.phpt | 18 easter_date(PHP_INT_MAX, 0); 26 easter_date(): Argument #1 ($year) must be between 1 and %d
|
H A D | unixtojd.phpt | 19 // easter_date.phpt passes 24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning 25 // -easter_date() calls mktime() and localtime()
|
/php-src/ext/calendar/ |
H A D | calendar_arginfo.h | 81 ZEND_FUNCTION(easter_date); 101 ZEND_FE(easter_date, arginfo_easter_date)
|
H A D | calendar.stub.php | 131 function easter_date(?int $year = null, int $mode = CAL_EASTER_DEFAULT): int {} function
|
H A D | easter.c | 147 PHP_FUNCTION(easter_date) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds