mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +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);
|
$obj_vars = get_object_vars($data);
|
||||||
var_dump($obj_vars);
|
var_dump($obj_vars);
|
||||||
?>
|
?>
|
||||||
--TEST--
|
--EXPECT--
|
||||||
array(1) {
|
array(1) {
|
||||||
["public"]=>
|
["public"]=>
|
||||||
string(6) "public"
|
string(6) "public"
|
||||||
|
Loading…
Reference in New Issue
Block a user