]> granicus.if.org Git - php/commitdiff
fix test
authorStanislav Malyshev <stas@php.net>
Thu, 4 Dec 2008 20:22:12 +0000 (20:22 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 4 Dec 2008 20:22:12 +0000 (20:22 +0000)
ext/standard/tests/serialize/bug42919.phpt

index 11cb81de6cdcd7b1809848b272c8c724e77f8983..af3e55e35a3a0418052086c49bd044891fcbcc64 100755 (executable)
@@ -10,5 +10,5 @@ $x = unserialize(serialize(new Bar));
 echo get_class($x) . "\n";
 ?>
 --EXPECT--
-O:8:"Foo::Bar":0:{}
-Foo::Bar
+O:7:"Foo\005cBar":0:{}
+Foo\Bar