Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c35 # define strtoll(s, f, b) _atoi64(s) macro
38 # define strtoll(s, f, b) atoll(s) macro
40 # define strtoll(s, f, b) strtol(s, f, b) macro
H A Dparse_date.c37 # define strtoll(s, f, b) _atoi64(s) macro
40 # define strtoll(s, f, b) atoll(s) macro
42 # define strtoll(s, f, b) strtol(s, f, b) macro

Completed in 53 milliseconds