Home
last modified time | relevance | path

Searched refs:mon_short_names (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/standard/
H A Ddatetime.c40 char *mon_short_names[] = { variable
70 mon_short_names[tm1->tm_mon], in php_std_date()
/PHP-7.2/ext/date/
H A Dphp_date.c1063 static char *mon_short_names[] = { variable
1172 case 'M': length = slprintf(buffer, sizeof(buffer), "%s", mon_short_names[t->m - 1]); break; in date_format()
1247 (int) t->d, mon_short_names[t->m - 1], in date_format()

Completed in 24 milliseconds