From: Moriyoshi Koizumi Date: Tue, 4 Nov 2003 17:14:07 +0000 (+0000) Subject: Fix one more test X-Git-Tag: php-5.0.0b3RC1~770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aef5f793b84892ad80d7a1b552d393b21bf2d9f7;p=php Fix one more test --- diff --git a/Zend/tests/bug26010.phpt b/Zend/tests/bug26010.phpt index 33988deffe..a3c41faefc 100644 --- a/Zend/tests/bug26010.phpt +++ b/Zend/tests/bug26010.phpt @@ -11,7 +11,7 @@ $data = new foo(); $obj_vars = get_object_vars($data); var_dump($obj_vars); ?> ---TEST-- +--EXPECT-- array(1) { ["public"]=> string(6) "public"