Searched refs:timelib_unixtime2date (Results 1 – 3 of 3) sorted by relevance
/php-src/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 | 679 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d);
|
/php-src/ext/date/ |
H A D | php_date.c | 4380 timelib_unixtime2date(last_transition_ts, &start_y, &dummy_m, &dummy_d); in PHP_FUNCTION() 4383 timelib_unixtime2date(timestamp_end, &end_y, &dummy_m, &dummy_d); in PHP_FUNCTION()
|
Completed in 30 milliseconds