Home
last modified time | relevance | path

Searched refs:months (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/date/tests/
H A Dstrtotime-relative.phpt25 // offset around 6 months
33 '115 months',
34 '119 months',
35 '120 months',
36 '121 months',
37 '128 months',
83 +115 months: 2017-09-28T12:00:00+0000
84 -115 months: 1998-07-28T12:00:00+0000
85 +119 months: 2018-01-28T12:00:00+0000
86 -119 months: 1998-03-28T12:00:00+0000
[all …]
H A Dbug27780.phpt11 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds",
12 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds",
13 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds",
41 1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
42 1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
43 1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
56 1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
57 1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
58 1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +…
86 1076774399 [2004-02-14 23:59:59 %s] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +5…
[all …]
H A Ddate_create-relative.phpt41 '10000000000 months',
90 +10000000000 months: 833335341-06-28T12:00:00+0000
91 -10000000000 months: -833331326-10-28T12:00:00+0000
H A Dbug29595.phpt2 Bug #29595 (Roman number format for months)
H A Dbug29150.phpt2 Bug #29150 (Roman number format for months)
H A Dbug79452.phpt2 Bug #79452 (DateTime::diff() generates months differently between time zones)
H A Ddate_interval_create_from_date_string.phpt15 $string = '3 months';
H A Ddate_time_fractions.phpt19 echo $dt->modify( "-3 months" )->format( "Y-m-d H:i:s.u" ), "\n";
/php-src/ext/calendar/tests/
H A Dcal_info.phpt22 [months] => Array
61 [months] => Array
100 [months] => Array
141 [months] => Array
183 [months] => Array
/php-src/ext/calendar/
H A Dcalendar.c127 zval months, smonths; in _php_cal_info() local
134 array_init(&months); in _php_cal_info()
138 add_index_string(&months, i, calendar->month_name_long[i]); in _php_cal_info()
142 add_assoc_zval(ret, "months", &months); in _php_cal_info()
/php-src/docs/
H A Drelease-process.md951 About three months prior to the scheduled release of the first alpha release of
/php-src/ext/date/lib/
H A Dparse_date.re211 { "months", TIMELIB_MONTH, 1 },

Completed in 24 milliseconds