Home
last modified time | relevance | path

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

/PHP-5.6/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.re455 timelib_sll tmp_nr = TIMELIB_UNSET;
475 tmp_nr = strtoll(str, NULL, 10);
477 return tmp_nr;
498 double tmp_nr = TIMELIB_UNSET;
518 tmp_nr = strtod(str, NULL);
520 return tmp_nr;
H A Dparse_date.c457 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
477 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
479 return tmp_nr; in timelib_get_nr_ex()
500 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
520 tmp_nr = strtod(str, NULL); in timelib_get_frac_nr()
522 return tmp_nr; in timelib_get_frac_nr()

Completed in 333 milliseconds