Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation13.phpt22 'Year with century' => "%G",
23 'Year without century' => "%g",
47 --Year with century--
51 --Year without century--
H A Dstrftime_variation13.phpt22 'Year with century' => "%G",
23 'Year without century' => "%g",
47 --Year with century--
51 --Year without century--
H A Dgmstrftime_variation14.phpt28 'Year with century' => "%G",
29 'Year without century' => "%g",
53 --Year with century--
57 --Year without century--
H A Dgmstrftime_variation5.phpt21 'Year as decimal number without a century' => "%y",
22 'Year as decimal number including the century' => "%Y",
40 --Year as decimal number without a century--
44 --Year as decimal number including the century--
H A Dstrftime_variation14.phpt28 'Year with century' => "%G",
29 'Year without century' => "%g",
53 --Year with century--
57 --Year without century--
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
21 'Year as decimal number including the century' => "%Y",
39 --Year as decimal number without a century--
43 --Year as decimal number including the century--
/PHP-7.4/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 11 milliseconds