Home
last modified time | relevance | path

Searched refs:day_of_week (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/date/
H A Dphp_date.c1073 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name() local
1074 if (day_of_week < 0) { in php_date_full_day_name()
1077 return day_full_names[day_of_week]; in php_date_full_day_name()
1082 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name() local
1083 if (day_of_week < 0) { in php_date_short_day_name()
1086 return day_short_names[day_of_week]; in php_date_short_day_name()
/PHP-7.1/
H A DNEWS3746 . Fixed day_of_week function as it could sometimes return negative values

Completed in 26 milliseconds