From: Xinchen Hui Date: Sat, 16 Mar 2013 15:14:06 +0000 (+0800) Subject: Fix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7 X-Git-Tag: php-5.4.14RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08624ea90d9178679cdbb553de0170f2fd7ac09c;p=php Fix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7 --- 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