test.php 329 B

1234567891011121314151617
  1. <?php
  2. namespace loyalsoft;
  3. include __DIR__ . '/main.php';
  4. var_dump(__DIR__);
  5. echoLine("phpver: " . PHP_VERSION . PHP_EOL);
  6. echoLine("tsDay:" . tsDay());
  7. //SelfChecker::CheckAll();
  8. //
  9. //set_time_limit(15); # 设置执行超时时间
  10. //
  11. //
  12. CLog::err("wwww");
  13. unset($i);