回答編集履歴

1

typo

2016/11/18 06:32

投稿

yambejp
yambejp

スコア114843

test CHANGED
@@ -8,11 +8,11 @@
8
8
 
9
9
  $path="Hoge.php";
10
10
 
11
- if (!file_exists($path)) die("not exits file");
11
+ if (!file_exists($path)) die("not exists file");
12
12
 
13
13
  require_once $path;
14
14
 
15
- if (!class_exists('Hoge')) die("not exits class");
15
+ if (!class_exists('Hoge')) die("not exists class");
16
16
 
17
17
  class SpecialHoge extends Hoge{
18
18