Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c47 TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder);); in timelib_unixtime2gmt()
59 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt()
69 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt()
79 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt()
83 TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year);); in timelib_unixtime2gmt()
91 TIMELIB_DEBUG(printf("month=%lld (%d)\n", i, months[i]);); in timelib_unixtime2gmt()
97TIMELIB_DEBUG(printf("A: ts=%lld, year=%lld, month=%lld, day=%lld,", ts, cur_year, i + 1, tmp_days… in timelib_unixtime2gmt()
103 TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds);); in timelib_unixtime2gmt()
259 TIMELIB_DEBUG(printf("Converting from GMT time to local time\n");); in timelib_apply_localtime()
263 TIMELIB_DEBUG(printf("E: No timezone configured, can't switch to local time\n");); in timelib_apply_localtime()
[all …]
H A Dtimelib_private.h97 #define TIMELIB_DEBUG(s) if (0) { s } macro

Completed in 5 milliseconds