Searched refs:bd2 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/date/tests/ |
H A D | rfc-datetime_and_daylight_saving_time-type3-bd1.phpt | 23 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format) 45 bd2 2010-11-07 04:30:00 EST America/New_York - 2010-11-06 04:30:00 EDT America/New_York = P1DT0H
|
H A D | rfc-datetime_and_daylight_saving_time-type3-bd2.phpt | 2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2)
|
H A D | rfc-datetime_and_daylight_saving_time-type1.phpt | 154 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format) 351 bd2 2010-11-07 04:30:00 -05:00 - 2010-11-06 04:30:00 -04:00 = P1DT1H
|
H A D | rfc-datetime_and_daylight_saving_time-type2.phpt | 154 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format) 351 bd2 2010-11-07 04:30:00 EST EST - 2010-11-06 04:30:00 EDT EDT = P1DT1H
|
/PHP-7.3/Zend/ |
H A D | zend_strtod.c | 2539 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1; local 3042 bd2 = bd5 = e; 3046 bd2 = bd5 = 0; 3051 bd2 -= bbe; 3090 bd2 += j; 3092 bd2 += bc.scale; 3094 i = bb2 < bd2 ? bb2 : bd2; 3099 bd2 -= i; 3112 if (bd2 > 0) 3113 bd = lshift(bd, bd2);
|
Completed in 19 milliseconds