質問編集履歴

1

エラーとなるソースコード例の追加

2018/09/18 05:11

投稿

ForestRiver
ForestRiver

スコア6

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,28 @@
50
50
 
51
51
 
52
52
 
53
+ ###ソースコード
54
+
55
+
56
+
57
+ ```
58
+
59
+ 例)
60
+
61
+ $this->cleanInsert(&$objQuery, $clean_codes);
62
+
63
+
64
+
65
+ 上記のようなソースに対しても [php] ')'expected とエラーになってしまう。
66
+
67
+
68
+
69
+
70
+
71
+ ```
72
+
73
+
74
+
53
75
  ### 試したこと
54
76
 
55
77