Annotation of embedaddon/php/ext/date/tests/DateTime_days-spring-type3-type3.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: DateTime::diff() days -- spring type3 type3
                      3: --CREDITS--
                      4: Daniel Convissor <danielc@php.net>
                      5: --FILE--
                      6: <?php
                      7: 
                      8: require 'examine_diff.inc';
                      9: define('PHPT_DATETIME_SHOW', PHPT_DATETIME_SHOW_DAYS);
                     10: require 'DateTime_data-spring-type3-type3.inc';
                     11: 
                     12: ?>
                     13: --EXPECT--
                     14: test_time_spring_type3_prev_type3_prev: DAYS: **30**
                     15: test_time_spring_type3_prev_type3_st: DAYS: **0**
                     16: test_time_spring_type3_prev_type3_dt: DAYS: **0**
                     17: test_time_spring_type3_prev_type3_post: DAYS: **2**
                     18: test_time_spring_type3_st_type3_prev: DAYS: **0**
                     19: test_time_spring_type3_st_type3_st: DAYS: **0**
                     20: test_time_spring_type3_st_type3_dt: DAYS: **0**
                     21: test_time_spring_type3_st_type3_post: DAYS: **1**
                     22: test_time_spring_type3_dt_type3_prev: DAYS: **0**
                     23: test_time_spring_type3_dt_type3_st: DAYS: **0**
                     24: test_time_spring_type3_dt_type3_dt: DAYS: **0**
                     25: test_time_spring_type3_dt_type3_post: DAYS: **1**
                     26: test_time_spring_type3_post_type3_prev: DAYS: **2**
                     27: test_time_spring_type3_post_type3_st: DAYS: **1**
                     28: test_time_spring_type3_post_type3_dt: DAYS: **1**
                     29: test_time_spring_type3_post_type3_post: DAYS: **0**
                     30: test_time_spring_type3_stsec_type3_dtsec: DAYS: **0**
                     31: test_time_spring_type3_dtsec_type3_stsec: DAYS: **0**

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>