Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dparse_iso_intervals.re110 timelib_sll tmp_nr = TIMELIB_UNSET;
127 tmp_nr = strtoll(str, NULL, 10);
129 return tmp_nr;
H A Dparse_iso_intervals.c112 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local
129 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
131 return tmp_nr; in timelib_get_nr()
H A Dparse_date.re479 timelib_sll tmp_nr = TIMELIB_UNSET;
500 tmp_nr = strtoll(str, NULL, 10);
502 return tmp_nr;
524 double tmp_nr = TIMELIB_UNSET;
539 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin));
541 return tmp_nr;
547 timelib_sll tmp_nr = 0;
585 tmp_nr = strtoll(str, NULL, 10);
594 return tmp_nr;
H A Dparse_date.c481 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local
502 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
504 return tmp_nr; in timelib_get_nr_ex()
526 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local
541 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin)); in timelib_get_frac_nr()
543 return tmp_nr; in timelib_get_frac_nr()
549 timelib_sll tmp_nr = 0; in timelib_get_signed_nr() local
587 tmp_nr = strtoll(str, NULL, 10); in timelib_get_signed_nr()
596 return tmp_nr; in timelib_get_signed_nr()

Completed in 39 milliseconds