Searched refs:century (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/calendar/ |
H A D | gregor.c | 143 int century; in SdnToGregorian() local 161 century = temp / DAYS_PER_400_YEARS; in SdnToGregorian() 165 year = (century * 100) + (temp / DAYS_PER_4_YEARS); in SdnToGregorian()
|
/php-src/ext/date/tests/ |
H A D | strftime_variation5.phpt | 14 '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 D | gmstrftime_variation5.phpt | 15 '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 D | gmstrftime_variation13.phpt | 16 'Year with century' => "%G", 17 'Year without century' => "%g", 48 --Year with century-- 56 --Year without century--
|
H A D | strftime_variation13.phpt | 16 'Year with century' => "%G", 17 'Year without century' => "%g", 48 --Year with century-- 56 --Year without century--
|
H A D | strftime_variation14.phpt | 22 'Year with century' => "%G", 23 'Year without century' => "%g", 54 --Year with century-- 62 --Year without century--
|
H A D | gmstrftime_variation14.phpt | 22 'Year with century' => "%G", 23 'Year without century' => "%g", 54 --Year with century-- 62 --Year without century--
|
Completed in 9 milliseconds