Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re134 timelib_sll tmp_nr = TIMELIB_UNSET;
151 tmp_nr = strtoll(str, NULL, 10);
153 return tmp_nr;
H A Dparse_iso_intervals.c136 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local
153 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
155 return tmp_nr; in timelib_get_nr()
H A Dparse_date.re445 timelib_sll tmp_nr = TIMELIB_UNSET;
465 tmp_nr = strtoll(str, NULL, 10);
467 return tmp_nr;
488 double tmp_nr = TIMELIB_UNSET;
508 tmp_nr = strtod(str, NULL);
510 return tmp_nr;
H A Dparse_date.c447 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
467 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
469 return tmp_nr; in timelib_get_nr_ex()
490 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
510 tmp_nr = strtod(str, NULL); in timelib_get_frac_nr()
512 return tmp_nr; in timelib_get_frac_nr()

Completed in 37 milliseconds