summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug33452.phpt
blob: 75287a2f278fb13d540641bd631ed3c4bbbab712 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #33452 (Support for year accompanying ISO week nr)
--FILE--
<?php
echo date('Y-W', strtotime('2005-1-1')), "\n";
echo date('o-W', strtotime('2005-1-1')), "\n";
?>
--EXPECT--
2005-53
2004-53