/PHP-8.2/ext/date/tests/ |
H A D | bug27780.phpt | 11 "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 D | bug40861.phpt | 9 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); 14 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); 19 $result = date("Y-m-d H:i:s", strtotime("-$offset minutes", $ts)); 25 $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts));
|
H A D | getdate_variation5.phpt | 39 ["minutes"]=> 65 ["minutes"]=> 91 ["minutes"]=> 117 ["minutes"]=> 143 ["minutes"]=> 169 ["minutes"]=> 195 ["minutes"]=>
|
H A D | getdate_variation4.phpt | 35 ["minutes"]=> 61 ["minutes"]=> 87 ["minutes"]=> 113 ["minutes"]=>
|
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_variation2.phpt | 34 ["minutes"]=> 60 ["minutes"]=> 86 ["minutes"]=>
|
H A D | getdate_variation3.phpt | 34 ["minutes"]=> 60 ["minutes"]=> 86 ["minutes"]=>
|
H A D | 008.phpt | 18 ["minutes"]=> 42 ["minutes"]=>
|
H A D | date_create-relative.phpt | 38 '10000000000 minutes', 84 +10000000000 minutes: 21021-05-27T22:40:00+0000 85 -10000000000 minutes: -17006-12-01T01:20:00+0000
|
H A D | getdate_basic.phpt | 25 ["minutes"]=> 49 ["minutes"]=>
|
H A D | bug28599.phpt | 6 print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
|
H A D | bug-gh9763.phpt | 2 …one ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes
|
/PHP-8.2/ext/intl/common/ |
H A D | common_date.cpp | 57 minutes = offset_mins - hours * 60; in timezone_convert_datetimezone() local 58 minutes *= minutes > 0 ? 1 : -1; in timezone_convert_datetimezone() 71 hours, minutes); in timezone_convert_datetimezone()
|
/PHP-8.2/ext/date/lib/ |
H A D | unixtime2tm.c | 60 timelib_sll hours, minutes, seconds; in timelib_unixtime2gmt() local 68 minutes = (remainder - hours * 3600) / 60; in timelib_unixtime2gmt() 70 TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds);); in timelib_unixtime2gmt() 73 tm->i = minutes; in timelib_unixtime2gmt()
|
H A D | parse_posix.c | 164 int minutes = 0; in read_offset() local 178 minutes = read_number(ptr); in read_offset() 179 if (minutes == TIMELIB_UNSET) { in read_offset() 180 return minutes; in read_offset() 199 return -1 * bias * (hours * 3600 + minutes * 60 + seconds); in read_offset()
|
H A D | parse_date.re | 199 { "minutes", TIMELIB_MINUTE, 1 }, 2574 …add_pbf_error(s, TIMELIB_ERR_INVALID_TZ_OFFSET, "Invalid timezone offset in minutes", string, begi…
|
/PHP-8.2/ext/intl/tests/ |
H A D | calendar_set_variation1.phpt | 18 //two minutes to midnight!
|
/PHP-8.2/tests/lang/ |
H A D | 023.phpt | 20 $minutes = $time_left/60; 21 …S, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours and $minutes minutes from now.\n";
|
/PHP-8.2/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 80 ($mtime['minutes']<<5)|
|
/PHP-8.2/.github/workflows/ |
H A D | nightly.yml | 203 # ASAN frequently timeouts. Each test run takes ~90 minutes, we can
|
/PHP-8.2/ |
H A D | php.ini-development | 176 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes) 1461 ; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): 1475 ; Document expires after n minutes.
|
H A D | php.ini-production | 176 ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes) 1463 ; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): 1477 ; Document expires after n minutes.
|
/PHP-8.2/build/ |
H A D | libtool.m4 | 830 # about 5 minutes as the teststring grows exponentially.
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 11572 # hours, minutes and seconds 16493 # minutes <= 59 16800 # minutes
|
H A D | magic私はガラスを食べられます | 11572 # hours, minutes and seconds 16493 # minutes <= 59 16800 # minutes
|