teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

typo

2016/11/18 06:32

投稿

yambejp
yambejp

スコア117923

answer CHANGED
@@ -3,9 +3,9 @@
3
3
  ```PHP
4
4
  <?php
5
5
  $path="Hoge.php";
6
- if (!file_exists($path)) die("not exits file");
6
+ if (!file_exists($path)) die("not exists file");
7
7
  require_once $path;
8
- if (!class_exists('Hoge')) die("not exits class");
8
+ if (!class_exists('Hoge')) die("not exists class");
9
9
  class SpecialHoge extends Hoge{
10
10
  function foo(){
11
11
  $this->Hoge();