Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.re110 timelib_sll tmp_nr = TIMELIB_UNSET;
127 tmp_nr = strtoll(str, NULL, 10);
129 return tmp_nr;
H A Dparse_iso_intervals.c112 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local
129 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
131 return tmp_nr; in timelib_get_nr()
H A Dparse_date.re449 timelib_sll tmp_nr = TIMELIB_UNSET;
469 tmp_nr = strtoll(str, NULL, 10);
471 return tmp_nr;
493 double tmp_nr = TIMELIB_UNSET;
510 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin));
512 return tmp_nr;
H A Dparse_date.c451 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
471 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
473 return tmp_nr; in timelib_get_nr_ex()
495 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
512 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin)); in timelib_get_frac_nr()
514 return tmp_nr; in timelib_get_frac_nr()

Completed in 59 milliseconds