Home
last modified time | relevance | path

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

/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt27 echo 'bs2 ' . $end->format($date_format) . " - $interval_spec = "
84 bs2 2010-11-07 04:30:00 EST America/New_York - P1D = 2010-11-06 04:30:00 EDT America/New_York
H A Drfc-datetime_and_daylight_saving_time-type1.phpt272 echo 'bs2 ' . $end->format($date_format) . " - $interval_spec = "
370 bs2 2010-11-07 04:30:00 -05:00 - P1D = 2010-11-06 04:30:00 -05:00
H A Drfc-datetime_and_daylight_saving_time-type2.phpt274 echo 'bs2 ' . $end->format($date_format) . " - $interval_spec = "
372 bs2 2010-11-07 04:30:00 EST EST - P1D = 2010-11-06 04:30:00 EST EST
/php-src/Zend/
H A Dzend_strtod.c2532 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1; local
3046 bs2 = bb2;
3049 bs2++;
3089 if (i > bs2)
3090 i = bs2;
3094 bs2 -= i;
3108 if (bs2 > 0)
3109 bs = lshift(bs, bs2);

Completed in 19 milliseconds