Home
last modified time | relevance | path

Searched refs:timelib_day_of_year (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Ddow.c83 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() function
99 doy = timelib_day_of_year(y, m, d) + 1; in timelib_isoweek_from_date()
H A Dtimelib.h415 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-7.4/ext/date/
H A Dphp_date.c1166 …case 'z': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_day_of_year(t->y, t->m, t-… in date_format()
1374 case 'z': retval = (int) timelib_day_of_year(t->y, t->m, t->d); break; in php_idate()
1705 ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); in php_strftime()
1822 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1832 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1872 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()

Completed in 26 milliseconds