Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.re140 timelib_sll tmp_nr = TIMELIB_UNSET;
157 tmp_nr = strtoll(str, NULL, 10);
159 return tmp_nr;
H A Dparse_iso_intervals.c142 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local
159 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
161 return tmp_nr; in timelib_get_nr()
H A Dparse_date.re468 timelib_sll tmp_nr = TIMELIB_UNSET;
488 tmp_nr = strtoll(str, NULL, 10);
490 return tmp_nr;
511 double tmp_nr = TIMELIB_UNSET;
531 tmp_nr = strtod(str, NULL);
533 return tmp_nr;
H A Dparse_date.c470 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
490 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
492 return tmp_nr; in timelib_get_nr_ex()
513 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
533 tmp_nr = strtod(str, NULL); in timelib_get_frac_nr()
535 return tmp_nr; in timelib_get_frac_nr()

Completed in 48 milliseconds