Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/
H A Dphp_date.c45 # define DATE_A64I(i, s) i = _atoi64(s) macro
54 # define DATE_A64I(i, s) i = atoll(s) macro
56 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) macro

Completed in 34 milliseconds