Searched refs:tmp_nr (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/date/lib/ |
H A D | parse_iso_intervals.re | 109 timelib_sll tmp_nr = TIMELIB_UNSET; 126 tmp_nr = strtoll(str, NULL, 10); 128 return tmp_nr;
|
H A D | parse_iso_intervals.c | 111 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr() local 128 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr() 130 return tmp_nr; in timelib_get_nr()
|
H A D | parse_date.re | 448 timelib_sll tmp_nr = TIMELIB_UNSET; 468 tmp_nr = strtoll(str, NULL, 10); 470 return tmp_nr; 491 double tmp_nr = TIMELIB_UNSET; 508 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin)); 510 return tmp_nr;
|
H A D | parse_date.c | 450 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr_ex() local 470 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex() 472 return tmp_nr; in timelib_get_nr_ex() 493 double tmp_nr = TIMELIB_UNSET; in timelib_get_frac_nr() local 510 tmp_nr = strtod(str, NULL) * pow(10, 7 - (end - begin)); in timelib_get_frac_nr() 512 return tmp_nr; in timelib_get_frac_nr()
|
Completed in 68 milliseconds