Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/tests/
H A Dstrftime_variation13.phpt16 'Year with century' => "%G",
17 'Year without century' => "%g",
40 --Year with century--
44 --Year without century--
H A Dgmstrftime_variation13.phpt16 'Year with century' => "%G",
17 'Year without century' => "%g",
40 --Year with century--
44 --Year without 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--
36 --Year as decimal number including the century--
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--
37 --Year as decimal number including the century--
H A Dstrftime_variation14.phpt22 'Year with century' => "%G",
23 'Year without century' => "%g",
46 --Year with century--
50 --Year without century--
H A Dgmstrftime_variation14.phpt22 'Year with century' => "%G",
23 'Year without century' => "%g",
46 --Year with century--
50 --Year without century--
/PHP-8.0/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()

Completed in 12 milliseconds