Browse Source

Fix one more test

PEAR_1_4DEV
Moriyoshi Koizumi 23 years ago
parent
commit
aef5f793b8
  1. 2
      Zend/tests/bug26010.phpt

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

Loading…
Cancel
Save