test.php 298 B

123456789101112131415
  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));