test.php 307 B

1234567891011121314
  1. <?php
  2. namespace loyalsoft;
  3. include __DIR__ . '/main.php';
  4. echoLine("phpver: " . PHP_VERSION . PHP_EOL);
  5. echoLine("tsDay:" . tsDay());
  6. //SelfChecker::CheckAll();
  7. //
  8. //set_time_limit(15); # 设置执行超时时间
  9. //
  10. //
  11. var_dump(\posix_getuid());