Home
last modified time | relevance | path

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

/PHP-5.5/ext/calendar/
H A Deaster.c61 if ((year <= 1582 && method != CAL_EASTER_ALWAYS_GREGORIAN) || in _cal_easter()
62 … >= 1583 && year <= 1752 && method != CAL_EASTER_ROMAN && method != CAL_EASTER_ALWAYS_GREGORIAN) || in _cal_easter()
H A Dphp_calendar.h45 #define CAL_EASTER_ALWAYS_GREGORIAN 2 macro
H A Dcalendar.c247 …REGISTER_LONG_CONSTANT("CAL_EASTER_ALWAYS_GREGORIAN", CAL_EASTER_ALWAYS_GREGORIAN, CONST_CS | CONS… in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds