1--TEST--
2DateTime::diff() days -- spring type2 type2
3--CREDITS--
4Daniel Convissor <danielc@php.net>
5--FILE--
6<?php
7
8require 'examine_diff.inc';
9define('PHPT_DATETIME_SHOW', PHPT_DATETIME_SHOW_DAYS);
10require 'DateTime_data-spring-type2-type2.inc';
11
12?>
13--EXPECT--
14test_time_spring_type2_prev_type2_prev: DAYS: **30**
15test_time_spring_type2_prev_type2_st: DAYS: **0**
16test_time_spring_type2_prev_type2_dt: DAYS: **0**
17test_time_spring_type2_prev_type2_post: DAYS: **2**
18test_time_spring_type2_st_type2_prev: DAYS: **0**
19test_time_spring_type2_st_type2_st: DAYS: **0**
20test_time_spring_type2_st_type2_dt: DAYS: **0**
21test_time_spring_type2_st_type2_post: DAYS: **1**
22test_time_spring_type2_dt_type2_prev: DAYS: **0**
23test_time_spring_type2_dt_type2_st: DAYS: **0**
24test_time_spring_type2_dt_type2_dt: DAYS: **0**
25test_time_spring_type2_dt_type2_post: DAYS: **1**
26test_time_spring_type2_post_type2_prev: DAYS: **2**
27test_time_spring_type2_post_type2_st: DAYS: **1**
28test_time_spring_type2_post_type2_dt: DAYS: **1**
29test_time_spring_type2_post_type2_post: DAYS: **0**
30test_time_spring_type2_stsec_type2_dtsec: DAYS: **0**
31test_time_spring_type2_dtsec_type2_stsec: DAYS: **0**
32