hour              219 ext/date/lib/timelib.c void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec)
hour              221 ext/date/lib/timelib.c 	*hour = floor(h);
hour              222 ext/date/lib/timelib.c 	*min =  floor((h - *hour) * 60);
hour              223 ext/date/lib/timelib.c 	*sec =  (h - *hour - ((float) *min / 60)) * 3600;
hour              152 ext/date/lib/timelib.h void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec);
hour              363 ext/date/lib/tm2unixtime.c static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second)
hour              367 ext/date/lib/tm2unixtime.c 	res += hour * 3600;
hour               82 ext/date/php_date.c 	ZEND_ARG_INFO(0, hour)
hour               91 ext/date/php_date.c 	ZEND_ARG_INFO(0, hour)
hour              253 ext/date/php_date.c 	ZEND_ARG_INFO(0, hour)
hour              259 ext/date/php_date.c 	ZEND_ARG_INFO(0, hour)
hour             2882 ext/date/php_date.c 	PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(hour,      h);
hour              105 ext/intl/dateformat/dateformat_format.c 				hour,
hour              120 ext/intl/dateformat/dateformat_format.c 	hour	= INTL_GET_ELEM(CALENDAR_HOUR);
hour              138 ext/intl/dateformat/dateformat_format.c 	ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo));
hour              562 ext/intl/php_intl.c 	ZEND_ARG_INFO( 0, hour )
hour              613 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, hour)
hour               44 ext/mysqlnd/mysqlnd_ps_codec.c   unsigned int  year, month, day, hour, minute, second;
hour              228 ext/mysqlnd/mysqlnd_ps_codec.c 		t.hour			= (unsigned int) to[5];
hour              235 ext/mysqlnd/mysqlnd_ps_codec.c 			t.hour += t.day*24;
hour              245 ext/mysqlnd/mysqlnd_ps_codec.c 	length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second);
hour              270 ext/mysqlnd/mysqlnd_ps_codec.c 		t.second_part = t.hour = t.minute = t.second = 0;
hour              312 ext/mysqlnd/mysqlnd_ps_codec.c 			t.hour	 = (unsigned int) to[4];
hour              316 ext/mysqlnd/mysqlnd_ps_codec.c 			t.hour = t.minute = t.second= 0;
hour              326 ext/mysqlnd/mysqlnd_ps_codec.c 	length = mnd_sprintf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t.minute, t.second);
hour              281 ext/pdo_dblib/dblib_stmt.c 					di.year,     di.month,       di.day,        di.hour,     di.minute,     di.second