Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Dunixtime2tm.c53 TIMELIB_DEBUG(printf("A: ts=%lld, year=%lld, month=%lld, day=%lld,", ts, *y, *m, *d);); in timelib_unixtime2date()
70 TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds);); in timelib_unixtime2gmt()
223 TIMELIB_DEBUG(printf("Converting from GMT time to local time\n");); in timelib_apply_localtime()
227 TIMELIB_DEBUG(printf("E: No timezone configured, can't switch to local time\n");); in timelib_apply_localtime()
234 TIMELIB_DEBUG(printf("Converting from local time to GMT time\n");); in timelib_apply_localtime()
H A Dtimelib_private.h107 #define TIMELIB_DEBUG(s) if (0) { s } macro

Completed in 7 milliseconds