Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds