Home
last modified time | relevance | path

Searched refs:TIMELIB_LONG_MIN (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/date/lib/
H A Dtimelib.h116 # define TIMELIB_LONG_MIN INT64_MIN macro
124 # define TIMELIB_LONG_MIN INT32_MIN macro
H A Dtimelib.c176 if (ts < TIMELIB_LONG_MIN || ts > TIMELIB_LONG_MAX) { in timelib_date_to_int()
/PHP-8.2/ext/date/
H A Dphp_date.c2530 || sec_dval < (double)TIMELIB_LONG_MIN in php_date_initialize_from_ts_double()
2535 TIMELIB_LONG_MIN, in php_date_initialize_from_ts_double()

Completed in 29 milliseconds