Home
last modified time | relevance | path

Searched refs:bd2 (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd1.phpt23 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 Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2)
H A Drfc-datetime_and_daylight_saving_time-type1.phpt152 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
349 bd2 2010-11-07 04:30:00 -05:00 - 2010-11-06 04:30:00 -04:00 = P1DT1H
H A Drfc-datetime_and_daylight_saving_time-type2.phpt154 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-src/Zend/
H A Dzend_strtod.c2532 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1; local
3036 bd2 = bd5 = e;
3040 bd2 = bd5 = 0;
3045 bd2 -= bbe;
3084 bd2 += j;
3086 bd2 += bc.scale;
3088 i = bb2 < bd2 ? bb2 : bd2;
3093 bd2 -= i;
3106 if (bd2 > 0)
3107 bd = lshift(bd, bd2);

Completed in 20 milliseconds