Searched defs:hour (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | timelib.c | 188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() 209 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour() 218 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
|
H A D | timelib.h | 166 int hour; member
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar.stub.php | 438 …public function set(int $year, int $month, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $mi… 442 …public function setDateTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $… 493 …public static function createFromDateTime(int $year, int $month, int $dayOfMonth, int $hour, int $… 503 …ruct($timezoneOrYear = UNKNOWN, $localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute…
|
H A D | gregoriancalendar_methods.cpp | 259 zend_long year, month, day, hour, minute, second; in PHP_METHOD() local
|
H A D | calendar_methods.cpp | 435 zend_long year, month, day, hour, minute, second = 0; in PHP_METHOD() local
|
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat_format.c | 97 hour, in internal_get_timestamp() local
|
/PHP-8.3/ext/date/ |
H A D | php_date.stub.php | 112 int $hour, ?int $minute = null, ?int $second = null, 116 int $hour, ?int $minute = null, ?int $second = null, 201 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} 416 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} 519 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm…
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 41 unsigned int year, month, day, hour, minute, second; member
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 204 …tlCalendar $calendar, int $year, int $month, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $… 281 …ance($timezoneOrYear = UNKNOWN, $localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute…
|
Completed in 70 milliseconds