diff options
author | Xinchen Hui <laruence@php.net> | 2013-04-01 18:12:16 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-04-01 18:12:16 +0800 |
commit | 9456dac54e89bdfdf9904739bae315aae9a14a81 (patch) | |
tree | 2aaaa19527a5ec87af3b23cea578977781ed3fe8 /ext/date/tests | |
parent | fecce5a55f132f4cd83ae46a29baca82043130d1 (diff) | |
download | php-git-9456dac54e89bdfdf9904739bae315aae9a14a81.tar.gz |
Fix test
Diffstat (limited to 'ext/date/tests')
-rw-r--r-- | ext/date/tests/bug55397.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/date/tests/bug55397.phpt b/ext/date/tests/bug55397.phpt index efc09b5047..13778a00b2 100644 --- a/ext/date/tests/bug55397.phpt +++ b/ext/date/tests/bug55397.phpt @@ -7,5 +7,4 @@ date_default_timezone_set('Europe/Prague'); var_dump(unserialize('O:8:"DateTime":0:{}') == new DateTime); ?> --EXPECTF-- -Warning: %s: Trying to compare an incomplete DateTime object in %s on line %d -bool(false) +Fatal error: Invalid serialization data for DateTime object in %sbug55397.php on line %d |