Home
last modified time | relevance | path

Searched refs:timelib_string_free (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/date/lib/
H A Dparse_iso_intervals.re58 #define timelib_string_free timelib_free
61 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_iso_intervals.c60 #define timelib_string_free timelib_free macro
63 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_date.re94 #define timelib_string_free timelib_free
96 …dd_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); timelib_string_free(str); retur…
98 …dd_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_free(str); retur…
103 …rning(s, TIMELIB_WARN_DOUBLE_TZ, "Double timezone specification"); timelib_string_free(str); s->ti…
106 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_date.c96 #define timelib_string_free timelib_free macro
98 …dd_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); timelib_string_free(str); retur…
100 …dd_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_free(str); retur…
105 …rning(s, TIMELIB_WARN_DOUBLE_TZ, "Double timezone specification"); timelib_string_free(str); s->ti…
108 #define TIMELIB_DEINIT timelib_string_free(str)

Completed in 42 milliseconds