回答編集履歴

1

追記

2016/09/03 19:38

投稿

退会済みユーザー
test CHANGED
@@ -5,6 +5,12 @@
5
5
  ```php
6
6
 
7
7
  <?php
8
+
9
+
10
+
11
+ ini_set('display_errors', 1);
12
+
13
+ error_reporting(E_ALL);
8
14
 
9
15
 
10
16
 
@@ -65,3 +71,7 @@
65
71
  </html>
66
72
 
67
73
  ```
74
+
75
+
76
+
77
+ [PHPマニュアル](https://secure.php.net/manual/ja/)