Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re136 timelib_sll tmp_nr = TIMELIB_UNSET;
153 tmp_nr = strtoll(str, NULL, 10);
155 return tmp_nr;
H A Dparse_iso_intervals.c138 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local
155 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
157 return tmp_nr; in timelib_get_nr()
H A Dparse_date.re447 timelib_sll tmp_nr = TIMELIB_UNSET;
467 tmp_nr = strtoll(str, NULL, 10);
469 return tmp_nr;
490 double tmp_nr = TIMELIB_UNSET;
510 tmp_nr = strtod(str, NULL);
512 return tmp_nr;
H A Dparse_date.c449 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
469 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
471 return tmp_nr; in timelib_get_nr_ex()
492 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
512 tmp_nr = strtod(str, NULL); in timelib_get_frac_nr()
514 return tmp_nr; in timelib_get_frac_nr()

Completed in 38 milliseconds