From: Xinchen Hui Date: Thu, 3 Sep 2015 04:59:36 +0000 (-0700) Subject: Fixed test X-Git-Tag: php-7.0.0RC2~2^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6290344d96bc31a5c4f682ac5d94d9f30c01d4df;p=php Fixed test --- diff --git a/ext/standard/tests/serialize/bug70219_1.phpt b/ext/standard/tests/serialize/bug70219_1.phpt index f9c4c672fd..9103edfd8b 100644 --- a/ext/standard/tests/serialize/bug70219_1.phpt +++ b/ext/standard/tests/serialize/bug70219_1.phpt @@ -30,7 +30,7 @@ var_dump($_SESSION); --EXPECTF-- array(2) { [0]=> - &object(obj)#%d (1) { + object(obj)#%d (1) { ["data"]=> NULL } @@ -43,4 +43,4 @@ array(2) { object(obj)#1 (1) { ["data"]=> NULL -} \ No newline at end of file +}