Home
last modified time | relevance | path

Searched defs:DATE_A64I (Results 1 – 1 of 1) sorted by path

/PHP-8.2/ext/date/
H A Dphp_date.c47 # define DATE_A64I(i, s) i = _atoi64(s) macro
55 #define DATE_A64I(i, s) i = strtoll(s, NULL, 10) macro

Completed in 23 milliseconds