]> granicus.if.org Git - php/commitdiff
Fix test
authorMarcus Boerger <helly@php.net>
Mon, 22 Dec 2003 23:23:06 +0000 (23:23 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 22 Dec 2003 23:23:06 +0000 (23:23 +0000)
ext/standard/tests/serialize/001.phpt

index f9fb6ae4b489382853c15b55e28e2127fd085b85..68352a9393d383f23dbe13a00b650a086fdf0b1c 100644 (file)
@@ -14,11 +14,16 @@ class t
 
 class s
 {
+       public $a;
+       public $b;
+       public $c;
+
        function s()
        {
                $this->a = "hallo";
                $this->b = "php";
                $this->c = "world";
+               $this->d = "!";
        }
 
        function __sleep()