回答編集履歴

1

コード微修正

2017/10/18 14:29

投稿

aro10
aro10

スコア4106

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  {
32
32
 
33
- $name = "hello";
33
+ $this->name = "hello";
34
34
 
35
35
  }
36
36
 
@@ -40,7 +40,7 @@
40
40
 
41
41
  {
42
42
 
43
- $name = "hello";
43
+ $this->name = "hello";
44
44
 
45
45
 
46
46