*/}}

error.php 87 B

12345
  1. <?php
  2. error_reporting(E_ALL);
  3. ini_set("display_errors", 1);
  4. include("index.php");
  5. ?>