Annotation of embedaddon/php/ext/date/tests/DateTime_days-absolute.phpt, revision 1.1
1.1 ! misho 1: --TEST--
! 2: DateTime::diff() days -- absolute
! 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-absolute.inc';
! 11:
! 12: ?>
! 13: --EXPECT--
! 14: test_absolute_7: DAYS: **7**
! 15: test_absolute_negative_7: DAYS: **7**
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>