Searched refs:TIMELIB_DEBUG (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/date/lib/ |
H A D | unixtime2tm.c | 54 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt() 87 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt() 91 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt() 101 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt() 109 TIMELIB_DEBUG(printf("month=%lld (%d)\n", i, months[i]);); in timelib_unixtime2gmt() 115 …TIMELIB_DEBUG(printf("A: ts=%lld, year=%lld, month=%lld, day=%lld,", ts, cur_year, i + 1, tmp_days… in timelib_unixtime2gmt() 121 TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds);); in timelib_unixtime2gmt() 276 TIMELIB_DEBUG(printf("Converting from GMT time to local time\n");); in timelib_apply_localtime() 280 TIMELIB_DEBUG(printf("E: No timezone configured, can't switch to local time\n");); in timelib_apply_localtime() 287 TIMELIB_DEBUG(printf("Converting from local time to GMT time\n");); in timelib_apply_localtime()
|
H A D | timelib_structs.h | 227 #define TIMELIB_DEBUG(s) if (0) { s } macro
|
Completed in 12 milliseconds