summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2004-04-04 18:07:36 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2004-04-04 18:07:36 +0000
commit7f5950ffb7afbf812ae6320c509f3aaa195d0c3b (patch)
tree8c151ea9ca381fe0ad13a997e848428d4a2c940b
parent3b27b0f18b4e6b80c9b53374b0638456fb15bcdb (diff)
downloadphp-git-7f5950ffb7afbf812ae6320c509f3aaa195d0c3b.tar.gz
- Fix test: Any datetime value that exceeds the unix time range should
not be unserialized.
-rw-r--r--ext/wddx/tests/001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/tests/001.phpt b/ext/wddx/tests/001.phpt
index cad4f5bdbf..3aae148530 100644
--- a/ext/wddx/tests/001.phpt
+++ b/ext/wddx/tests/001.phpt
@@ -18,7 +18,7 @@ array(11) {
["aDateTime2"]=>
int(329632332)
["aDateTime3"]=>
- string(19) "2040-06-12T04:32:12"
+ string(22) "2040-06-12T04:32:12+00"
["aBoolean"]=>
bool(true)
["anArray"]=>