Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.c48 # define DATE_A64I(i, s) i = _atoi64(s) macro
57 # define DATE_A64I(i, s) i = atoll(s) macro
59 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) macro

Completed in 19 milliseconds