Home
last modified time | relevance | path

Searched refs:hour (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-7.1/ext/date/tests/
H A Dmktime_variation3.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
97 $hour = 10;
102 var_dump( mktime($hour, $minute, $second) );
H A Dmktime_variation4.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
97 $hour = 10;
103 var_dump( mktime($hour, $minute, $second, $month) );
H A Dmktime_variation5.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
97 $hour = 10;
104 var_dump( mktime($hour, $minute, $second, $month, $day) );
H A Dmktime_variation6.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
97 $hour = 10;
105 var_dump( mktime($hour, $minute, $second, $month, $day, $year) );
H A Ddate_modify-1.phpt21 $ts->modify("+ 1 hour 1 second");
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 DDateTime_setTime_variation2.phpt5 /* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
99 $hour = 10;
104 var_dump( $object->setTime($hour, $minute, $sec) );
H A DDateTime_setTime_variation3.phpt5 /* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
99 $hour = 10;
104 var_dump( $object->setTime($hour, $minute, $sec) );
H A Ddate_time_set_variation3.phpt5 /* Prototype : DateTime date_time_set ( DateTime $object , int $hour , int $minute [, int $sec…
99 $hour = 10;
104 var_dump( date_time_set($object, $hour, $minute, $sec) );
H A Ddate_time_set_variation4.phpt5 /* Prototype : DateTime date_time_set ( DateTime $object , int $hour , int $minute [, int $sec…
99 $hour = 10;
104 var_dump( date_time_set($object, $hour, $minute, $sec) );
H A Dbug33415-1.phpt2 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts)
H A Ddate_time_set_variation1.phpt5 /* Prototype : DateTime date_time_set ( DateTime $object , int $hour , int $minute [, int $sec…
98 $hour = 10;
104 var_dump( date_time_set($object, $hour, $minute, $sec) );
H A Dbug55253.phpt2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
H A Ddate_parse_error.phpt50 ["hour"]=>
H A Dbug33415-2.phpt2 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts)
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c42 unsigned int year, month, day, hour, minute, second; member
227 t.hour = (unsigned int) to[5]; in ps_fetch_time()
234 t.hour += t.day*24; in ps_fetch_time()
244 …length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second… in ps_fetch_time()
269 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
311 t.hour = (unsigned int) to[4]; in ps_fetch_datetime()
315 t.hour = t.minute = t.second= 0; in ps_fetch_datetime()
325 …length = mnd_sprintf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t… in ps_fetch_datetime()
/PHP-7.1/ext/date/lib/
H A Dtimelib.h153 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec);
H A Dtm2unixtime.c386 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time() argument
390 res += hour * 3600; in do_time()
H A Dparse_date.re214 { "hour", TIMELIB_HOUR, 1 },
956 …|'millisecond'|'µsec'|'microsecond'|'usec'|'sec'|'second'|'min'|'minute'|'hour'|'day'|'fortnight'|…
1998 case 'g': /* two digit hour, with leading zero */
1999 case 'h': /* two digit hour, without leading zero */
2002 add_pbf_error(s, "A two digit hour could not be found", string, begin);
2008 case 'G': /* two digit hour, with leading zero */
2009 case 'H': /* two digit hour, without leading zero */
2012 add_pbf_error(s, "A two digit hour could not be found", string, begin);
2018 add_pbf_error(s, "Meridian can only come after an hour has been found", string, begin);
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp317 ZEND_ARG_INFO(0, hour)
361 ZEND_ARG_INFO(0, hour)
/PHP-7.1/
H A DREADME.RELEASE_PROCESS268 Try several mirrors, mirrors may update slowly (may take an hour)
274 10. Wait an hour or two, then send a mail to php-announce@lists.php.net,
312 5. Wait an hour or two, then send a mail to php-announce@lists.php.net,
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_stmt.c330 di.year, di.month, di.day, di.hour, di.minute, di.second
/PHP-7.1/ext/intl/
H A Dphp_intl.c551 ZEND_ARG_INFO( 0, hour )
602 ZEND_ARG_INFO(0, hour)
/PHP-7.1/ext/date/
H A Dphp_date.c86 ZEND_ARG_INFO(0, hour)
95 ZEND_ARG_INFO(0, hour)
257 ZEND_ARG_INFO(0, hour)
264 ZEND_ARG_INFO(0, hour)
3042 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(hour, h); in php_date_do_return_parsed_time()

Completed in 58 milliseconds

1234