Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/
H A Dphp_date.c49 # define DATE_A64I(i, s) i = _atoi64(s) macro
58 # define DATE_A64I(i, s) i = atoll(s) macro
60 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) macro
4341 DATE_A64I((*intobj)->diff->member, ZSTR_VAL(str)); \ in php_date_interval_initialize_from_hash()

Completed in 17 milliseconds