Searched refs:mon_short_names (Results 1 – 2 of 2) sorted by relevance
30 static const char * const mon_short_names[] = { variable56 mon_short_names[tm1->tm_mon], in php_std_date()
628 static const char * const mon_short_names[] = { variable740 case 'M': length = slprintf(buffer, sizeof(buffer), "%s", mon_short_names[t->m - 1]); break; in date_format()823 (int) t->d, mon_short_names[t->m - 1], in date_format()
Completed in 18 milliseconds