bug29585.phpt   [plain text]


--TEST--
Bug #29585 (Support week numbers in strtotime())
--FILE--
<?php
date_default_timezone_set("GMT");
echo gmdate("Y-m-d H:i:s", strtotime("2004W30"));
?>
--EXPECT--
2004-07-19 00:00:00