Lines Matching refs:end

16 $end   = new DateTime('2010-03-14 03:00:00 -0400');
18 echo 'fd1 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
19 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
21 $end = new DateTime('2010-03-14 04:30:00 -0400');
23 echo 'fd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
24 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
26 $end = new DateTime('2010-03-14 03:30:00 -0400');
28 echo 'fd3 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
29 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
31 $end = new DateTime('2010-03-14 01:30:00 -0500');
33 echo 'fd4 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
34 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
36 $end = new DateTime('2010-03-14 01:30:00 -0500');
38 echo 'fd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
39 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
41 $end = new DateTime('2010-03-14 03:30:00 -0400');
43 echo 'fd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
44 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
46 $end = new DateTime('2010-03-14 03:30:00 -0400');
48 echo 'fd7 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
49 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
99 $end = new DateTime('2010-03-14 03:00:00 -0400');
102 echo 'fs1 ' . $end->format($date_format) . " - $interval_spec = "
103 . $end->sub($interval)->format($date_format) . "\n";
105 $end = new DateTime('2010-03-14 04:30:00 -0400');
108 echo 'fs2 ' . $end->format($date_format) . " - $interval_spec = "
109 . $end->sub($interval)->format($date_format) . "\n";
111 $end = new DateTime('2010-03-14 03:30:00 -0400');
114 echo 'fs3 ' . $end->format($date_format) . " - $interval_spec = "
115 . $end->sub($interval)->format($date_format) . "\n";
117 $end = new DateTime('2010-03-14 01:30:00 -0500');
120 echo 'fs4 ' . $end->format($date_format) . " - $interval_spec = "
121 . $end->sub($interval)->format($date_format) . "\n";
123 $end = new DateTime('2010-03-14 01:30:00 -0500');
126 echo 'fs5 ' . $end->format($date_format) . " - $interval_spec = "
127 . $end->sub($interval)->format($date_format) . "\n";
129 $end = new DateTime('2010-03-15 03:30:00 -0400');
132 echo 'fs6 ' . $end->format($date_format) . " - $interval_spec = "
133 . $end->sub($interval)->format($date_format) . "\n";
135 $end = new DateTime('2010-03-15 02:30:00 -0400');
138 echo 'fs7 ' . $end->format($date_format) . " - $interval_spec = "
139 . $end->sub($interval)->format($date_format) . "\n";
147 $end = new DateTime('2010-11-07 01:00:00 -0500');
149 echo 'bd1 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
150 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
152 $end = new DateTime('2010-11-07 04:30:00 -0500');
154 echo 'bd2 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
155 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
157 $end = new DateTime('2010-11-07 03:30:00 -0500');
159 echo 'bd3 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
160 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
162 $end = new DateTime('2010-11-07 02:30:00 -0500');
164 echo 'bd4 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
165 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
167 $end = new DateTime('2010-11-07 01:30:00 -0500');
169 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
170 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
172 $end = new DateTime('2010-11-07 01:30:00 -0400');
174 echo 'bd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
175 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
177 $end = new DateTime('2010-11-07 01:30:00 -0400');
179 echo 'bd7 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
180 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
182 $end = new DateTime('2010-11-07 01:30:00 -0500');
184 echo 'bd8 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
185 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
265 $end = new DateTime('2010-11-07 01:00:00 -0500');
268 echo 'bs1 ' . $end->format($date_format) . " - $interval_spec = "
269 . $end->sub($interval)->format($date_format) . "\n";
271 $end = new DateTime('2010-11-07 04:30:00 -0500');
274 echo 'bs2 ' . $end->format($date_format) . " - $interval_spec = "
275 . $end->sub($interval)->format($date_format) . "\n";
277 $end = new DateTime('2010-11-07 03:30:00 -0500');
280 echo 'bs3 ' . $end->format($date_format) . " - $interval_spec = "
281 . $end->sub($interval)->format($date_format) . "\n";
283 $end = new DateTime('2010-11-07 02:30:00 -0500');
286 echo 'bs4 ' . $end->format($date_format) . " - $interval_spec = "
287 . $end->sub($interval)->format($date_format) . "\n";
289 $end = new DateTime('2010-11-07 01:30:00 -0500');
292 echo 'bs5 ' . $end->format($date_format) . " - $interval_spec = "
293 . $end->sub($interval)->format($date_format) . "\n";
295 $end = new DateTime('2010-11-07 01:30:00 -0400');
298 echo 'bs6 ' . $end->format($date_format) . " - $interval_spec = "
299 . $end->sub($interval)->format($date_format) . "\n";
301 $end = new DateTime('2010-11-07 01:30:00 -0400');
304 echo 'bs7 ' . $end->format($date_format) . " - $interval_spec = "
305 . $end->sub($interval)->format($date_format) . "\n";
307 $end = new DateTime('2010-11-07 01:30:00 -0500');
310 echo 'bs8 ' . $end->format($date_format) . " - $interval_spec = "
311 . $end->sub($interval)->format($date_format) . "\n";
313 $end = new DateTime('2010-11-07 03:30:00 -0500');
316 echo 'bs9 ' . $end->format($date_format) . " - $interval_spec = "
317 . $end->sub($interval)->format($date_format) . "\n";
319 $end = new DateTime('2010-11-07 02:30:00 -0500');
322 echo 'bs10 ' . $end->format($date_format) . " - $interval_spec = "
323 . $end->sub($interval)->format($date_format) . "\n";