Searched refs:century (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/date/tests/ |
H A D | gmstrftime_variation13.phpt | 28 'Year with century' => "%G", 29 'Year without century' => "%g", 53 --Year with century-- 57 --Year without century--
|
H A D | gmstrftime_variation14.phpt | 28 'Year with century' => "%G", 29 'Year without century' => "%g", 53 --Year with century-- 57 --Year without century--
|
H A D | gmstrftime_variation5.phpt | 21 '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 D | strftime_variation13.phpt | 28 'Year with century' => "%G", 29 'Year without century' => "%g", 53 --Year with century-- 57 --Year without century--
|
H A D | strftime_variation14.phpt | 28 'Year with century' => "%G", 29 'Year without century' => "%g", 53 --Year with century-- 57 --Year without century--
|
H A D | strftime_variation5.phpt | 20 '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.1/ext/calendar/ |
H A D | gregor.c | 143 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 10 milliseconds