Searched refs:mon_short_names (Results 1 – 2 of 2) sorted by relevance
40 char *mon_short_names[] = { variable70 mon_short_names[tm1->tm_mon], in php_std_date()
961 static char *mon_short_names[] = { variable1069 case 'M': length = slprintf(buffer, 32, "%s", mon_short_names[t->m - 1]); break; in date_format()1142 (int) t->d, mon_short_names[t->m - 1], in date_format()
Completed in 16 milliseconds