Fix one more test

This commit is contained in:
Moriyoshi Koizumi 2003-11-04 17:14:07 +00:00
parent 668e8a87e6
commit aef5f793b8

View File

@ -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"