]> granicus.if.org Git - php/commitdiff
Fixed test case so it reflects the recent change on var_dump()
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 8 May 2003 23:23:02 +0000 (23:23 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 8 May 2003 23:23:02 +0000 (23:23 +0000)
ext/standard/tests/serialize/bug14293.phpt

index 1d716ebcab60a156b5aaef670888b36e7e953a94..976eeffc0ee0b80258670a3d578a50516d98bcfc 100644 (file)
@@ -23,10 +23,10 @@ $t = unserialize($data);
 var_dump($t);
 
 ?>
---EXPECT--
+--EXPECTF--
 __sleep called
 O:1:"t":2:{s:1:"a";s:5:"hello";s:1:"b";N;}
-object(t)(2) {
+object(t)#%d (2) {
   ["a"]=>
   string(5) "hello"
   ["b"]=>