[单选题]执行下面的代码后,输出结果为_____。 class test { public $data; } $x=new test(); $x->data=99; $y=$x; $y->data=9; echo $x->data;
广开题库
|
2023-11-01 15:20:54
|
14
[单选题]执行下面的代码后,输出结果为_____。 class test { public $data; } $x=new test(); $x->data=99; $y=$x; $y->data=9; echo $x->data;

A.null
B.0
C.9
D.99
查看答案

广东开放大学

形成性考核

您可能感兴趣的试题
TOP