- Added testcase for bug #28024.

This commit is contained in:
Derick Rethans 2005-06-18 19:39:19 +00:00
parent 9f2283b8a0
commit c2b34e208a

View File

@ -0,0 +1,11 @@
--TEST--
Bug #28024 (Changed behavior of strtotime())
--FILE--
<?php
putenv("TZ=Europe/Berlin");
echo strtotime("17:00 2004-01-01"), "\n";
echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
?>
--EXPECT--
1072972800
2004-01-01 17:00:00 CET