mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
16 lines
310 B
PHP
16 lines
310 B
PHP
--TEST--
|
|
DateTime::diff() days -- absolute
|
|
--CREDITS--
|
|
Daniel Convissor <danielc@php.net>
|
|
--FILE--
|
|
<?php
|
|
|
|
require 'examine_diff.inc';
|
|
define('PHPT_DATETIME_SHOW', PHPT_DATETIME_SHOW_DAYS);
|
|
require 'DateTime_data-absolute.inc';
|
|
|
|
?>
|
|
--EXPECT--
|
|
test_absolute_7: DAYS: **7**
|
|
test_absolute_negative_7: DAYS: **7**
|