mirror of
https://github.com/php/php-src.git
synced 2024-12-26 18:29:37 +08:00
16 lines
326 B
PHP
16 lines
326 B
PHP
--TEST--
|
|
DateTime::diff() days -- massive
|
|
--CREDITS--
|
|
Daniel Convissor <danielc@php.net>
|
|
--FILE--
|
|
<?php
|
|
|
|
require 'examine_diff.inc';
|
|
define('PHPT_DATETIME_SHOW', PHPT_DATETIME_SHOW_DAYS);
|
|
require 'DateTime_data-massive.inc';
|
|
|
|
?>
|
|
--EXPECT--
|
|
test_massive_positive: DAYS: **243494757**
|
|
test_massive_negative: DAYS: **243494757**
|