Home
last modified time | relevance | path

Searched refs:century (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/calendar/
H A Dgregor.c143 int century; in SdnToGregorian() local
157 century = temp / DAYS_PER_400_YEARS; in SdnToGregorian()
161 year = (century * 100) + (temp / DAYS_PER_4_YEARS); in SdnToGregorian()
/PHP-8.2/ext/date/tests/
H A Dgmstrftime_variation5.phpt15 'Year as decimal number without a century' => "%y",
16 'Year as decimal number including the century' => "%Y",
33 --Year as decimal number without a century--
41 --Year as decimal number including the century--
H A Dstrftime_variation5.phpt14 'Year as decimal number without a century' => "%y",
15 'Year as decimal number including the century' => "%Y",
32 --Year as decimal number without a century--
40 --Year as decimal number including the century--
H A Dgmstrftime_variation13.phpt16 'Year with century' => "%G",
17 'Year without century' => "%g",
48 --Year with century--
56 --Year without century--
H A Dstrftime_variation13.phpt16 'Year with century' => "%G",
17 'Year without century' => "%g",
48 --Year with century--
56 --Year without century--
H A Dgmstrftime_variation14.phpt22 'Year with century' => "%G",
23 'Year without century' => "%g",
54 --Year with century--
62 --Year without century--
H A Dstrftime_variation14.phpt22 'Year with century' => "%G",
23 'Year without century' => "%g",
54 --Year with century--
62 --Year without century--

Completed in 9 milliseconds