/PHP-5.5/ext/date/tests/ |
H A D | bug27780.phpt | 16 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds", 17 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds", 18 "2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds", 21 "2004-04-07 00:00:00 -10 day +2 hours", 46 1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +… 47 1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +… 51 1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours] 66 1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours] 81 1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours] 96 1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 hours] [all …]
|
H A D | strtotime-relative.phpt | 19 '134 hours', 20 '167 hours', 21 '168 hours', 22 '169 hours', 23 '183 hours', 63 +134 hours: 2008-03-05T02:00:00+0000 64 -134 hours: 2008-02-22T22:00:00+0000 65 +167 hours: 2008-03-06T11:00:00+0000 66 -167 hours: 2008-02-21T13:00:00+0000 67 +168 hours: 2008-03-06T12:00:00+0000 [all …]
|
H A D | date_offset_get_basic1.phpt | 19 echo "Winter offset: " . date_offset_get($winter) / 3600 . " hours\n"; 20 echo "Summer offset: " . date_offset_get($summer) / 3600 . " hours\n"; 26 Winter offset: 0 hours 27 Summer offset: 1 hours
|
H A D | DateTime_getOffset_basic1.phpt | 19 echo "Winter offset: " . $winter->getOffset() / 3600 . " hours\n"; 20 echo "Summer offset: " . $summer->getOffset() / 3600 . " hours\n"; 26 Winter offset: 0 hours 27 Summer offset: 1 hours
|
H A D | bug30532.phpt | 9 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +2 hours'))."\n"; 10 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 EDT +3 hours'))."\n"; 15 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +2 hours'))."\n"; 16 echo date('Y-m-d H:i:s T', strtotime('2004-10-31 +3 hours'))."\n";
|
H A D | getdate_variation5.phpt | 48 ["hours"]=> 74 ["hours"]=> 100 ["hours"]=> 126 ["hours"]=> 152 ["hours"]=> 178 ["hours"]=> 204 ["hours"]=>
|
H A D | getdate_variation1.phpt | 104 ["hours"]=> 130 ["hours"]=> 156 ["hours"]=> 202 ["hours"]=> 228 ["hours"]=> 254 ["hours"]=> 280 ["hours"]=> 306 ["hours"]=> 332 ["hours"]=> 398 ["hours"]=> [all …]
|
H A D | bug55253.phpt | 18 echo $interval->format('Add %h hours %i minutes') . "\n"; 29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n"; 40 Add 2 hours 1 minutes 43 Subtract 2 hours 1 minutes from expected
|
H A D | getdate_variation4.phpt | 44 ["hours"]=> 70 ["hours"]=> 96 ["hours"]=> 122 ["hours"]=>
|
H A D | getdate_variation6.phpt | 38 ["hours"]=> 64 ["hours"]=> 90 ["hours"]=>
|
H A D | getdate_variation2.phpt | 43 ["hours"]=> 69 ["hours"]=> 95 ["hours"]=>
|
H A D | gmdate_variation10.phpt | 25 echo "\n-- Testing gmdate() function with difference to GMT in hours format --\n"; 29 echo "\n-- Testing gmdate() function with Difference to GMT in hours using colon as separator forma… 54 -- Testing gmdate() function with difference to GMT in hours format -- 58 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
|
H A D | date_create-relative.phpt | 39 '10000000000 hours', 86 +10000000000 hours: 1142802-09-30T04:00:00+0000 87 -10000000000 hours: -1138787-07-28T20:00:00+0000
|
H A D | getdate_variation3.phpt | 43 ["hours"]=> 69 ["hours"]=> 95 ["hours"]=>
|
H A D | 008.phpt | 23 ["hours"]=> 47 ["hours"]=>
|
H A D | getdate_basic.phpt | 33 ["hours"]=> 57 ["hours"]=>
|
H A D | getdate_variation7.phpt | 33 \["hours"\]=> 59 \["hours"\]=>
|
H A D | bug36510.phpt | 9 var_dump(strtotime("-2 hours", $t));
|
H A D | bug28088.phpt | 2 Bug #28088 (strtotime() cannot convert 00 hours")
|
H A D | date_modify_basic1.phpt | 22 date_modify($datetime, "+1 week 2 days 4 hours 2 seconds");
|
H A D | DateTime_modify_basic1.phpt | 22 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
|
/PHP-5.5/ext/date/lib/ |
H A D | unixtime2tm.c | 45 timelib_sll hours, minutes, seconds; in timelib_unixtime2gmt() local 118 hours = remainder / 3600; in timelib_unixtime2gmt() 119 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt() 121 TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds);); in timelib_unixtime2gmt() 126 tm->h = hours; in timelib_unixtime2gmt()
|
/PHP-5.5/ext/intl/common/ |
H A D | common_date.cpp | 61 hours = offset_mins / 60, local 62 minutes = offset_mins - hours * 60; 76 hours, minutes);
|
/PHP-5.5/tests/lang/ |
H A D | 023.phpt | 18 $hours = $time_left/3600; 19 $time_left -= $hours*3600; 21 …_date=date("l, F dS, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours and $minutes mi…
|
/PHP-5.5/ext/calendar/tests/ |
H A D | unixtojd.phpt | 29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
|