Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dtimelib.h289 #define TIMELIB_ERR_DOUBLE_TIME 0x203 macro
H A Dparse_date.re96 #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Doub…
1419 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification");
H A Dparse_date.c98 #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Doub…
11004 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); in scan()

Completed in 47 milliseconds