Searched refs:php_date_short_day_name (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/date/ |
H A D | php_date.c | 613 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name() function 666 …case 'D': length = slprintf(buffer, sizeof(buffer), "%s", php_date_short_day_name(t->y, t->m, t->d… in date_format() 765 php_date_short_day_name(t->y, t->m, t->d), in date_format()
|
Completed in 14 milliseconds