Annotation of embedaddon/php/ext/date/tests/DateTime_days-february.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: DateTime::diff() days -- february 
        !             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-february.inc';
        !            11: 
        !            12: ?>
        !            13: --EXPECT--
        !            14: test_bug_49081__1: DAYS: **30**
        !            15: test_bug_49081__2: DAYS: **31**
        !            16: test_bug_49081__3: DAYS: **1**
        !            17: test_bug_49081__4: DAYS: **29**
        !            18: test_bug_49081__5: DAYS: **30**
        !            19: test_bug_49081__6: DAYS: **31**
        !            20: test_bug_49081__7: DAYS: **32**
        !            21: test_bug_49081__8: DAYS: **28**
        !            22: test_bug_49081__9: DAYS: **29**
        !            23: test_bug_49081__10: DAYS: **30**
        !            24: test_bug_49081__11: DAYS: **31**
        !            25: test_bug_49081__12: DAYS: **1**
        !            26: test_bug_49081__13: DAYS: **27**
        !            27: test_bug_49081__14: DAYS: **28**
        !            28: test_bug_49081__15: DAYS: **29**
        !            29: test_bug_49081__16: DAYS: **30**
        !            30: test_bug_49081__17: DAYS: **31**
        !            31: test_bug_49081__18: DAYS: **32**
        !            32: test_bug_49081__19: DAYS: **59**
        !            33: test_bug_49081__20: DAYS: **29**
        !            34: test_bug_49081__21: DAYS: **55**
        !            35: test_bug_49081__22: DAYS: **56**
        !            36: test_bug_49081__23: DAYS: **57**
        !            37: test_bug_49081__24: DAYS: **58**
        !            38: test_bug_49081__25: DAYS: **59**
        !            39: test_bug_49081__26: DAYS: **60**
        !            40: test_bug_49081__27: DAYS: **30**
        !            41: test_bug_49081__28: DAYS: **27**
        !            42: test_bug_49081__29: DAYS: **28**
        !            43: test_bug_49081__30: DAYS: **29**
        !            44: test_bug_49081__31: DAYS: **28**
        !            45: test_bug_49081__32: DAYS: **29**
        !            46: test_bug_49081_negative__1: DAYS: **30**
        !            47: test_bug_49081_negative__2: DAYS: **31**
        !            48: test_bug_49081_negative__3: DAYS: **1**
        !            49: test_bug_49081_negative__4: DAYS: **29**
        !            50: test_bug_49081_negative__5: DAYS: **30**
        !            51: test_bug_49081_negative__6: DAYS: **31**
        !            52: test_bug_49081_negative__7: DAYS: **32**
        !            53: test_bug_49081_negative__8: DAYS: **28**
        !            54: test_bug_49081_negative__9: DAYS: **29**
        !            55: test_bug_49081_negative__10: DAYS: **30**
        !            56: test_bug_49081_negative__11: DAYS: **31**
        !            57: test_bug_49081_negative__12: DAYS: **1**
        !            58: test_bug_49081_negative__13: DAYS: **27**
        !            59: test_bug_49081_negative__14: DAYS: **28**
        !            60: test_bug_49081_negative__15: DAYS: **29**
        !            61: test_bug_49081_negative__16: DAYS: **30**
        !            62: test_bug_49081_negative__17: DAYS: **31**
        !            63: test_bug_49081_negative__18: DAYS: **32**
        !            64: test_bug_49081_negative__19: DAYS: **59**
        !            65: test_bug_49081_negative__20: DAYS: **29**
        !            66: test_bug_49081_negative__21: DAYS: **55**
        !            67: test_bug_49081_negative__22: DAYS: **56**
        !            68: test_bug_49081_negative__23: DAYS: **57**
        !            69: test_bug_49081_negative__24: DAYS: **58**
        !            70: test_bug_49081_negative__25: DAYS: **59**
        !            71: test_bug_49081_negative__26: DAYS: **60**
        !            72: test_bug_49081_negative__27: DAYS: **30**
        !            73: test_bug_49081_negative__28: DAYS: **27**
        !            74: test_bug_49081_negative__29: DAYS: **28**
        !            75: test_bug_49081_negative__30: DAYS: **29**
        !            76: test_bug_49081_negative__31: DAYS: **28**
        !            77: test_bug_49081_negative__32: DAYS: **29**

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