2
0

test.php 103 B

1234567
  1. <?php
  2. session_start();
  3. $_SESSION["debug"] = 1;
  4. ini_set('display_errors', 1);
  5. error_reporting(E_ALL);