Home
last modified time | relevance | path

Searched refs:days (Results 1 – 25 of 84) sorted by relevance

1234

/PHP-5.5/ext/date/tests/
H A Dbug27780.phpt16 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds",
19 "2004-04-07 00:00:00 -21 days",
20 "2004-04-07 00:00:00 11 days ago",
28 "2004-04-07 00:00:00 +21 days",
49 1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
58 1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]
64 1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
73 1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]
79 1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
88 1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]
[all …]
H A Ddate_create-relative.phpt17 '1460000 days',
18 '1460969 days',
19 '1460970 days',
20 '1460971 days',
21 '1462970 days',
40 '10000000000 days',
54 +1460000 days: 6005-07-03T12:00:00+0000
56 +1460969 days: 6008-02-27T12:00:00+0000
58 +1460970 days: 6008-02-28T12:00:00+0000
60 +1460971 days: 6008-02-29T12:00:00+0000
[all …]
H A Dstrtotime-relative.phpt18 // offset around 7 days
26 '178 days',
27 '179 days',
28 '180 days',
29 '183 days',
30 '184 days',
73 +178 days: 2008-08-24T12:00:00+0000
74 -178 days: 2007-09-03T12:00:00+0000
75 +179 days: 2008-08-25T12:00:00+0000
76 -179 days: 2007-09-02T12:00:00+0000
[all …]
H A Dbug49059.phpt13 print "\$diff->days after first diff: " . $diff->days . "\n";
19 print "\$diff->days after second diff: " . $diff->days . "\n";
23 print "\$diff->days after third diff: " . $diff->days . "\n";
29 $diff->days after first diff: 26
32 $diff->days after second diff: 24
34 $diff->days after third diff: 24
H A Dbug52113.phpt27 'days' => 2400,
56 ["days"]=>
67 …"weekday_behavior";i:0;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";i:0;s:12:"special_…
79 'days' => 0,
105 ["days"]=>
152 ["days"]=>
189 ["days"]=>
236 ["days"]=>
H A Dbug33869.phpt2 Bug #33869 (strtotime() doesn't parse "+1days" format)
7 echo date(DATE_ISO8601, strtotime('+5days', $tm));
13 echo date(DATE_ISO8601, strtotime('+5 days', $tm));
H A DDateInterval_days_prop1.phpt2 Wrong var_dump(DateInterval->days) value
8 var_dump($interval->days);
H A Dbug49081.phpt2 Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days)
24 [days] => 30
H A Dbug48678.phpt22 [days] =>
40 [days] => 0
H A Dbug35624.phpt7 $days = array("monday","mon","tuesday","tue","wednesday","wed","thursday","thu","friday","fri","sat…
9 foreach ($days as $day) {
H A Dbug60774.phpt5 $i= DateInterval::createFromDateString('2 days');
32 ["days"]=>
H A Dbug52808.phpt49 ["days"]=>
81 ["days"]=>
113 ["days"]=>
H A Dbug62896.phpt14 $date->modify('+0 days');
23 $date->modify('+0 days');
31 $date->modify('+0 days');
H A Dbug53437_var2.phpt37 ["days"]=>
69 ["days"]=>
H A Dbug53437_var4.phpt19 $df->days);
45 ["days"]=>
H A Dbug53437_var3.phpt7 …weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:4:"aoeu";s:12:"s…
36 ["days"]=>
H A Dbug53437_var5.phpt7 …weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:4:"aoeu";s:12:"s…
36 ["days"]=>
H A DDateTime_data-dates.inc12 * Particular days
41 * Particular days, negative
H A Dbug61642.phpt22 foreach ($weekdays as $days) {
25 printf('%+3d ', $days);
29 $date->modify("{$days} weekdays");
H A Dbug37368.phpt6 echo date("r", strtotime("Mon, 08 May 2006 13:06:44 -0400 +30 days"));
H A DDateTime_days-absolute.phpt2 DateTime::diff() days -- absolute
/PHP-5.5/ext/calendar/tests/
H A Dcal_days_in_month.phpt8 echo "There are $num days in August 2003\n";
10 echo "There are $num days in February 2003\n";
12 echo "There are $num days in February 2004\n";
14 echo "There are $num days in December 2034\n";
17 There are 31 days in August 2003
18 There are 28 days in February 2003
19 There are 29 days in February 2004
20 There are 31 days in December 2034
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf_time.c54 int days = 0; in cdf_getdays() local
58 days += isleap(y) + 365; in cdf_getdays()
60 return days; in cdf_getdays()
67 cdf_getday(int year, int days) in cdf_getday() argument
73 if (days < sub) in cdf_getday()
74 return days; in cdf_getday()
75 days -= sub; in cdf_getday()
77 return days; in cdf_getday()
89 days -= mdays[m]; in cdf_getmonth()
91 days--; in cdf_getmonth()
[all …]
/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c42 timelib_sll days, remainder, tmp_days; in timelib_unixtime2gmt() local
48 days = ts / SECS_PER_DAY; in timelib_unixtime2gmt()
49 remainder = ts - (days * SECS_PER_DAY); in timelib_unixtime2gmt()
51 days++; in timelib_unixtime2gmt()
54 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt()
57 tmp_days = days + 1; in timelib_unixtime2gmt()
73 tmp_days = days; in timelib_unixtime2gmt()
/PHP-5.5/ext/intl/tests/
H A Dcalendar_setMinimalDaysInFirstWeek_error.phpt33 …sInFirstWeek(): intlcal_set_minimal_days_in_first_week: invalid number of days; must be between 1 …
36 …n_first_week(): intlcal_set_minimal_days_in_first_week: invalid number of days; must be between 1 …

Completed in 31 milliseconds

1234