test.php 793 B

12345678910111213141516171819
  1. <?php
  2. namespace loyalsoft;
  3. include __DIR__ . '/main.php';
  4. //require_once ROOTDIR . '/Util/OpenSSLVerify.php'; # Ps. 这个文件和类名没有对应关系.
  5. //header('X-Accel-Buffering: no'); # nginx 控制头, 关闭buffer
  6. //set_time_limit(15); # 设置执行超时时间
  7. echoLine("phpver:" . PHP_VERSION);
  8. CLog::info("我们的祖国像花园,花园里花朵真鲜艳.1");
  9. CLog::info("我们的祖国像花园,花园里花朵真鲜艳.2");
  10. CLog::warn("我们的祖国像花园,花园里花朵真鲜艳.3");
  11. CLog::warn("我们的祖国像花园,花园里花朵真鲜艳.4");
  12. CLog::warn("和暖的阳光照耀着我们,每个人的脸上都笑开颜.5");