test.php 352 B

1234567891011121314151617
  1. <?php
  2. namespace loyalsoft;
  3. include __DIR__ . '/main.php';
  4. echoLine("phpver: " . PHP_VERSION . PHP_EOL);
  5. //SelfChecker::CheckAll();
  6. //
  7. //set_time_limit(15); # 设置执行超时时间
  8. //
  9. //$id = 233;
  10. //
  11. //var_dump(sprintf("%07d", $id));
  12. CLog::err("王李长城万里长城");
  13. CLog::flush();