回答編集履歴

1

chousei

2019/08/28 08:08

投稿

yambejp
yambejp

スコア114762

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  private $num;
14
14
 
15
- function __construct($num = null){
15
+ public function __construct($num = null){
16
16
 
17
17
  set_error_handler([$this,'myErrorHandler']);
18
18