Home
last modified time | relevance | path

Searched refs:CAL_EASTER_ALWAYS_GREGORIAN (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/calendar/
H A Dphp_calendar.h29 #define CAL_EASTER_ALWAYS_GREGORIAN 2 macro
H A Deaster.c80 if ((year <= 1582 && method != CAL_EASTER_ALWAYS_GREGORIAN) || in _cal_easter()
81 … >= 1583 && year <= 1752 && method != CAL_EASTER_ROMAN && method != CAL_EASTER_ALWAYS_GREGORIAN) || in _cal_easter()
H A Dcalendar.stub.php92 const CAL_EASTER_ALWAYS_GREGORIAN = UNKNOWN; define
H A Dcalendar_arginfo.h138 …REGISTER_LONG_CONSTANT("CAL_EASTER_ALWAYS_GREGORIAN", CAL_EASTER_ALWAYS_GREGORIAN, CONST_PERSISTEN… in register_calendar_symbols()

Completed in 7 milliseconds