Searched refs:bd5 (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/date/tests/ |
H A D | rfc-datetime_and_daylight_saving_time-type3-bd2.phpt | 35 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format) 54 bd5 2010-11-07 01:30:00 EST America/New_York - 2010-11-06 04:30:00 EDT America/New_York = P0DT22H
|
H A D | rfc-datetime_and_daylight_saving_time-type1.phpt | 169 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format) 354 bd5 2010-11-07 01:30:00 -05:00 - 2010-11-06 04:30:00 -04:00 = P0DT22H
|
H A D | rfc-datetime_and_daylight_saving_time-type2.phpt | 169 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format) 354 bd5 2010-11-07 01:30:00 EST EST - 2010-11-06 04:30:00 EDT EDT = P0DT22H
|
/PHP-7.1/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; 3110 if (bd5 > 0) 3111 bd = pow5mult(bd, bd5);
|
Completed in 30 milliseconds