report.php 250 B

1234567891011121314
  1. <?php
  2. /**
  3. * Created by JetBrains PhpStorm.
  4. * User: dongyancen
  5. * Date: 13-10-17
  6. * Time: 下午6:28
  7. * To change this template use File | Settings | File Templates.
  8. */
  9. error_reporting(E_ERROR|E_WARNING);
  10. function report()
  11. {
  12. return;
  13. }
  14. report();