summaryrefslogtreecommitdiff
path: root/ext/standard/tests/time/bug27719.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/time/bug27719.phpt')
-rw-r--r--ext/standard/tests/time/bug27719.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/time/bug27719.phpt b/ext/standard/tests/time/bug27719.phpt
index 75d628920d..2484356aaa 100644
--- a/ext/standard/tests/time/bug27719.phpt
+++ b/ext/standard/tests/time/bug27719.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #27719: mktime returns incorrect timestamp for dst days
--FILE--
-<?php
+<?php /* $Id$ */
putenv("TZ=EST"); // No DST
$a = mktime(0, 0, 0, 4, 4, 2004, 0);
$b = mktime(0, 0, 0, 4, 4, 2004, 1);
@@ -43,9 +43,9 @@ Bug #27719: mktime returns incorrect timestamp for dst days
echo "$c ".date("m/d/y h:i:s\n",$c);
echo "\n";
?>
---EXPECT--
-1081054800 04/04/04 12:00:00
+--EXPECTF--
1081054800 04/04/04 12:00:00
+%s
1081054800 04/04/04 12:00:00
1075870800 02/04/04 12:00:00