php-src/ext/date/tests/bug14561.phpt

12 lines
209 B
Plaintext
Raw Normal View History

--TEST--
Bug #14561 (strtotime() bug)
--FILE--
<?php
2009-10-10 00:31:18 +00:00
date_default_timezone_set('GMT');
2006-01-02 20:15:22 +00:00
echo strtotime("19:30 Dec 17 2005"), "\n";
echo strtotime("Dec 17 19:30 2005"), "\n";
?>
--EXPECT--
1134847800
1134847800