1234567891011121314151617 |
- <?php
- namespace loyalsoft;
- include __DIR__ . '/main.php';
- echoLine("phpver: " . PHP_VERSION . PHP_EOL);
- //SelfChecker::CheckAll();
- //
- //set_time_limit(15); # 设置执行超时时间
- //
- //$id = 233;
- //
- //var_dump(sprintf("%07d", $id));
- CLog::err("王李长城万里长城");
- CLog::flush();
|