Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt154 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 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-5.5/Zend/
H A Dzend_strtod.c2041 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign, in zend_strtod() local
2323 bd2 = bd5 = e; in zend_strtod()
2327 bd2 = bd5 = 0; in zend_strtod()
2332 bd2 -= bbe; in zend_strtod()
2348 bd2 += j; in zend_strtod()
2349 i = bb2 < bd2 ? bb2 : bd2; in zend_strtod()
2354 bd2 -= i; in zend_strtod()
2367 if (bd2 > 0) in zend_strtod()
2368 bd = lshift(bd, bd2); in zend_strtod()

Completed in 14 milliseconds