From: Marcus Boerger Date: Mon, 22 Dec 2003 23:23:06 +0000 (+0000) Subject: Fix test X-Git-Tag: php_ibase_before_split~520 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68251516ad4822b308c9992b0810b6171d1314cd;p=php Fix test --- diff --git a/ext/standard/tests/serialize/001.phpt b/ext/standard/tests/serialize/001.phpt index f9fb6ae4b4..68352a9393 100644 --- a/ext/standard/tests/serialize/001.phpt +++ b/ext/standard/tests/serialize/001.phpt @@ -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()