]> granicus.if.org Git - php/commitdiff
Fixed test
authorXinchen Hui <laruence@gmail.com>
Thu, 3 Sep 2015 04:59:36 +0000 (21:59 -0700)
committerXinchen Hui <laruence@gmail.com>
Thu, 3 Sep 2015 04:59:36 +0000 (21:59 -0700)
ext/standard/tests/serialize/bug70219_1.phpt

index f9c4c672fd73d86749a469b6d6d9bf0d3ff8ccae..9103edfd8bda2976f34f8bb7f198bcc3c4ad071a 100644 (file)
@@ -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
+}