Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Ddow.c72 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() function
88 doy = timelib_day_of_year(y, m, d) + 1; in timelib_isoweek_from_date()
H A Dtimelib.h63 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-5.3/ext/date/
H A Dphp_date.c1081 … case 'z': length = slprintf(buffer, 32, "%d", (int) timelib_day_of_year(t->y, t->m, t->d)); break; in date_format()
1285 case 'z': retval = (int) timelib_day_of_year(t->y, t->m, t->d); break; in php_idate()
1642 ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); in php_strftime()
1740 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1750 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1785 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()

Completed in 17 milliseconds