mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fix one more test
This commit is contained in:
parent
668e8a87e6
commit
aef5f793b8
@ -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…
Reference in New Issue
Block a user