Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re109 timelib_sll tmp_nr = TIMELIB_UNSET;
126 tmp_nr = strtoll(str, NULL, 10);
128 return tmp_nr;
H A Dparse_iso_intervals.c111 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local
128 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
130 return tmp_nr; in timelib_get_nr()
H A Dparse_date.re448 timelib_sll tmp_nr = TIMELIB_UNSET;
468 tmp_nr = strtoll(str, NULL, 10);
470 return tmp_nr;
491 double tmp_nr = TIMELIB_UNSET;
508 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin));
510 return tmp_nr;
H A Dparse_date.c450 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
470 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
472 return tmp_nr; in timelib_get_nr_ex()
493 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
510 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin)); in timelib_get_frac_nr()
512 return tmp_nr; in timelib_get_frac_nr()

Completed in 31 milliseconds