diff options
author | Matt Wilmas <mattwil@php.net> | 2009-06-04 18:25:06 +0000 |
---|---|---|
committer | Matt Wilmas <mattwil@php.net> | 2009-06-04 18:25:06 +0000 |
commit | 26cde1ee2fdfba5ec1d198924ec5d87c8437aae7 (patch) | |
tree | 4e597b6561659f10ff7431ffc936575f39f5c262 /ext/date/tests/gmstrftime_variation2.phpt | |
parent | b907aa43311ab0b5430d2713a54414baaf9c7e20 (diff) | |
download | php-git-26cde1ee2fdfba5ec1d198924ec5d87c8437aae7.tar.gz |
MFH: Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
Diffstat (limited to 'ext/date/tests/gmstrftime_variation2.phpt')
-rw-r--r-- | ext/date/tests/gmstrftime_variation2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/gmstrftime_variation2.phpt b/ext/date/tests/gmstrftime_variation2.phpt index b01de97599..c577fe1d3d 100644 --- a/ext/date/tests/gmstrftime_variation2.phpt +++ b/ext/date/tests/gmstrftime_variation2.phpt @@ -112,10 +112,10 @@ string(20) "Jan 01 1970 00:00:10" string(20) "Dec 31 1969 23:59:50" --float 12.3456789000e10-- -string(20) "Jan 19 2038 03:14:07" +string(20) "Mar 26 1935 04:50:16" --float -12.3456789000e10-- -string(20) "Dec 13 1901 20:45:52" +string(20) "Oct 08 2004 19:09:44" --float .5-- string(20) "Jan 01 1970 00:00:00" |