Home
last modified time | relevance | path

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

/PHP-5.5/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
4176 DATE_A64I((*intobj)->diff->member, Z_STRVAL_PP(z_arg)); \ in php_date_interval_initialize_from_hash()

Completed in 20 milliseconds