Searched refs:tm1 (Results 1 – 1 of 1) sorted by relevance
44 struct tm *tm1, tmbuf; in php_std_date() local47 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()51 if (!tm1) { in php_std_date()56 day_short_names[tm1->tm_wday], in php_std_date()57 tm1->tm_mday, in php_std_date()58 mon_short_names[tm1->tm_mon], in php_std_date()59 tm1->tm_year + 1900, in php_std_date()60 tm1->tm_hour, tm1->tm_min, tm1->tm_sec); in php_std_date()
Completed in 4 milliseconds