Searched refs:timelib_unixtime2date (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/date/lib/ |
H A D | unixtime2tm.c | 29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date() function 62 timelib_unixtime2date(ts, &tm->y, &tm->m, &tm->d); in timelib_unixtime2gmt()
|
H A D | timelib.h | 677 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d);
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 3777 timelib_unixtime2date(last_transition_ts, &start_y, &dummy_m, &dummy_d); in PHP_FUNCTION() 3780 timelib_unixtime2date(timestamp_end, &end_y, &dummy_m, &dummy_d); in PHP_FUNCTION()
|
Completed in 29 milliseconds