Browse Source

- Fix test: Any datetime value that exceeds the unix time range should

not be unserialized.
PEAR_1_4DEV
Moriyoshi Koizumi 22 years ago
parent
commit
7f5950ffb7
  1. 2
      ext/wddx/tests/001.phpt

2
ext/wddx/tests/001.phpt

@ -18,7 +18,7 @@ array(11) {
["aDateTime2"]=> ["aDateTime2"]=>
int(329632332) int(329632332)
["aDateTime3"]=> ["aDateTime3"]=>
string(19) "2040-06-12T04:32:12"
string(22) "2040-06-12T04:32:12+00"
["aBoolean"]=> ["aBoolean"]=>
bool(true) bool(true)
["anArray"]=> ["anArray"]=>

Loading…
Cancel
Save