質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
?>
|
7
7
|
```
|
8
8
|
|
9
|
+
発生したエラー
|
9
10
|
```
|
10
11
|
End of line character is invalid; expected "\n" but found "\r\n"
|
11
12
|
```
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
VScodeをインストールしてphpのコードを書くと下記エラーが出現します。
|
2
2
|
|
3
|
+
index.php
|
3
4
|
```
|
5
|
+
<?php
|
6
|
+
?>
|
7
|
+
```
|
8
|
+
|
9
|
+
```
|
4
10
|
End of line character is invalid; expected "\n" but found "\r\n"
|
5
11
|
```
|
6
12
|
|