Home
last modified time | relevance | path

Searched refs:minute (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.4/ext/date/tests/
H A Dmktime_basic1.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
17 $minute = 30;
24 var_dump( mktime($hour, $minute) );
25 var_dump( mktime($hour, $minute, $sec) );
26 var_dump( mktime($hour, $minute, $sec, $month) );
27 var_dump( mktime($hour, $minute, $sec, $month, $day) );
28 var_dump( mktime($hour, $minute, $sec, $month, $day, $year) );
H A Ddate-lenient.phpt23 [minute] =>
45 [minute] =>
67 [minute] =>
89 [minute] =>
111 [minute] =>
132 [minute] =>
H A Ddate_parse_001.phpt28 ["minute"]=>
56 ["minute"]=>
84 ["minute"]=>
120 ["minute"]=>
150 ["minute"]=>
178 ["minute"]=>
206 ["minute"]=>
244 ["minute"]=>
280 ["minute"]=>
H A Ddate-parse-by-format001.phpt16 [minute] => 0
37 [minute] => 0
H A Dbug30096.phpt21 function gm_date_check($hour, $minute, $second, $month, $day, $year) {
24 echo "gmmktime($hour,$minute,$second,$month,$day,$year): ";
27 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
H A Ddate_parse_basic1.phpt32 ["minute"]=>
60 ["minute"]=>
88 ["minute"]=>
H A Dmktime_error.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
21 $minute = 30;
27 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $extra_arg) );
H A Dbug35499.phpt24 ["minute"]=>
60 ["minute"]=>
H A Dbug41709.phpt18 [minute] => 0
H A Dbug52430.phpt17 ["minute"]=>
H A Dbug51994.phpt19 ["minute"]=>
H A Dbug67251.phpt18 ["minute"]=>
H A Dbug67253.phpt19 ["minute"]=>
H A Dbug41523-64bit.phpt25 ["minute"]=>
H A Dbug41523.phpt25 ["minute"]=>
H A DDateTime_setTime_basic1.phpt5 /* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
H A Ddate_time_set_basic1.phpt5 /* Prototype : DateTime date_time_set ( DateTime $object , int $hour , int $minute [, int $sec…
H A Ddate_parse_error.phpt52 ["minute"]=>
/PHP-7.4/ext/xsl/tests/
H A Dxslt010.phpt43 minute-in-hour : NaN
44 second-in-minute : NaN
61 minute-in-hour : NaN
62 second-in-minute : NaN
79 minute-in-hour : NaN
80 second-in-minute : NaN
97 minute-in-hour : NaN
98 second-in-minute : NaN
115 minute-in-hour : NaN
116 second-in-minute : NaN
[all …]
H A Dxslt010_gt10129.phpt42 minute-in-hour : NaN
43 second-in-minute : NaN
60 minute-in-hour : NaN
61 second-in-minute : NaN
78 minute-in-hour : NaN
79 second-in-minute : NaN
96 minute-in-hour : NaN
97 second-in-minute : NaN
114 minute-in-hour : NaN
115 second-in-minute : NaN
[all …]
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format.c107 minute, in internal_get_timestamp() local
122 minute = INTL_GET_ELEM(CALENDAR_MIN); in internal_get_timestamp()
139 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 unsigned int year, month, day, hour, minute, second; member
229 t.minute = (unsigned int) to[6]; in ps_fetch_time()
252 t.minute, in ps_fetch_time()
258 …length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second… in ps_fetch_time()
284 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
327 t.minute = (unsigned int) to[5]; in ps_fetch_datetime()
330 t.hour = t.minute = t.second= 0; in ps_fetch_datetime()
349 t.minute, in ps_fetch_datetime()
355 …tf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t.minute, t.second); in ps_fetch_datetime()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp320 ZEND_ARG_INFO(0, minute)
364 ZEND_ARG_INFO(0, minute)
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c417 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time() argument
422 res += minute * 60; in do_time()
H A Dparse_date.re188 { "minute", TIMELIB_MINUTE, 1 },
899 minute = [0-5]?[0-9];
901 second = minute | "60";
905 tzcorrection = "GMT"? [+-] hour24 ":"? minute?;
935 timelong12 = hour12[:.]minute[:.]secondlz space? meridian;
937 timeshort24 = 't'? hour24[:.]minute;
938 timelong24 = 't'? hour24[:.]minute[:.]second;
939 iso8601long = 't'? hour24 [:.] minute [:.] second frac;
942 iso8601normtz = 't'? hour24 [:.] minute [:.] secondlz space? (tzcorrection | tz);
973 wddx = year4 "-" month "-" day "T" hour24 ":" minute ":" second;
[all …]

Completed in 57 milliseconds

12