Skip to content

Commit d7236e4

Browse files
author
pajoye
committed
- rename to correct bug #
git-svn-id: http://svn.php.net/repository/php/php-src/trunk@320562 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 86d987b commit d7236e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

ext/date/tests/date_default_timezone_set-1.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
date_default_timezone_set() function [1]
3+
--SKIPIF--
4+
<?php
5+
if (substr(PHP_OS, 0, 3) == 'WIN') die('skip diff TZ detection on windows.');
6+
?>
37
--INI--
48
date.timezone=
59
--FILE--

0 commit comments

Comments
 (0)