From: Anatol Belski Date: Fri, 18 Apr 2014 13:16:09 +0000 (+0200) Subject: refixed the test related to bug #67072 X-Git-Tag: php-5.5.13RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d963cf94a545f9b09d8e5bdf84ae48b5b5ead842;p=php refixed the test related to bug #67072 --- diff --git a/Zend/tests/generators/errors/serialize_unserialize_error.phpt b/Zend/tests/generators/errors/serialize_unserialize_error.phpt index d06d4be4f1..b5e77e5028 100644 --- a/Zend/tests/generators/errors/serialize_unserialize_error.phpt +++ b/Zend/tests/generators/errors/serialize_unserialize_error.phpt @@ -32,11 +32,11 @@ Stack trace: #0 %s(%d): serialize(Object(Generator)) #1 {main} -exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d -Stack trace: -#0 %s(%d): unserialize('O:9:"Generator"...') -#1 {main} +Warning: Erroneous data format for unserializing 'Generator' in %sserialize_unserialize_error.php on line %d + +Notice: unserialize(): Error at offset 19 of 20 bytes in %sserialize_unserialize_error.php on line %s +bool(false) exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d Stack trace: #0 %s(%d): unserialize('C:9:"Generator"...')