diff options
Diffstat (limited to 'ext/date/tests/bug52290.phpt')
-rw-r--r-- | ext/date/tests/bug52290.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug52290.phpt b/ext/date/tests/bug52290.phpt index 735df6ad18..c202c0e0cc 100644 --- a/ext/date/tests/bug52290.phpt +++ b/ext/date/tests/bug52290.phpt @@ -24,4 +24,4 @@ var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U')); string(47) "2005-W52-7 | 2006-01-01 | 00:00:00 | 1136073600" string(47) "2005-W52-1 | 2005-12-26 | 00:00:00 | 1135555200" string(47) "2007-W41-3 | 2007-10-10 | 00:00:00 | 1191974400" -string(47) "2007-W41-3 | 2007-10-10 | 20:30:40 | 1192048240"
\ No newline at end of file +string(47) "2007-W41-3 | 2007-10-10 | 20:30:40 | 1192048240" |