diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-04 21:59:27 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-04 21:59:27 +0000 |
commit | 5d1962120fc989140e1c5712fb26e32becaaf8d2 (patch) | |
tree | 49ee9adb47548bafc3266268844155dfe35a3926 /ext/date/tests/bug27780.phpt | |
parent | 861dac9726e9f024787e4929373c175df43c786c (diff) | |
download | php-git-5d1962120fc989140e1c5712fb26e32becaaf8d2.tar.gz |
- skip on win, TZs differ with strftime
Diffstat (limited to 'ext/date/tests/bug27780.phpt')
-rw-r--r-- | ext/date/tests/bug27780.phpt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/date/tests/bug27780.phpt b/ext/date/tests/bug27780.phpt index bd3bc949bd..af35b8fbf0 100644 --- a/ext/date/tests/bug27780.phpt +++ b/ext/date/tests/bug27780.phpt @@ -1,5 +1,10 @@ --TEST-- Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) +--SKIPIF-- +<?php +if (defined('PHP_WINDOWS_VERSION_MAJOR')) { + die("skip. Not the same TZ on windows."); +} --FILE-- <?php $timezones = array ( |