1234567891011121314151617 |
- <?php
- namespace loyalsoft;
- include __DIR__ . '/main.php';
- var_dump(__DIR__);
- echoLine("phpver: " . PHP_VERSION . PHP_EOL);
- echoLine("tsDay:" . tsDay());
- //SelfChecker::CheckAll();
- //
- //set_time_limit(15); # 设置执行超时时间
- //
- //
- CLog::err("wwww");
- unset($i);
|