質問編集履歴
2
code変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
13 try{
|
28
28
|
|
29
|
-
14 $pdo = new PDO($dsn,$user,$pass[
|
29
|
+
14 $pdo = new PDO($dsn,$user,$pass,[
|
30
30
|
|
31
31
|
15 PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
|
32
32
|
|
1
問題点の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,11 +60,7 @@
|
|
60
60
|
|
61
61
|
#問題
|
62
62
|
|
63
|
-
・syntax error, unexpected'=>'(T_DOUBLE_ARROW),expecting']'[15、7]
|
64
|
-
|
65
|
-
・Unexpected'=>'.Expected']. intelephense(1001)[15、25]
|
66
|
-
|
67
|
-
|
63
|
+
Undefined type 'PODExeption'. intelephense(1009)[18、12]
|
68
64
|
|
69
65
|
|
70
66
|
|