
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>系统发生错误</title>
    <meta name="robots" content="noindex,nofollow" />
    <style>
        /* Base */
        body {
            color: #333;
            font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }
        .echo table {
            width: 100%;
        }
        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
        }
        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;
        }
        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
            font-size:14px;
            font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana,serif;
            padding-left: 40px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
            font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
            font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;
        }
        .exception .trace h2:hover {
            text-decoration: underline;
            cursor: pointer;
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas, "Liberation Mono", Courier, "微软雅黑",serif;
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .cms_copyright{
            margin-top: 24px;
            padding: 10px 0 0 0;
        }
        .copyright{
            margin-top: 10px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    </style>
</head>
<body>
<div class="exception">
    <div class="message">
        <div class="info">
            <div>
                <h2>#0 [0]<abbr title="TypeError">TypeError</abbr> in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/db/PDOConnection.php line 695">PDOConnection.php line 695</a></h2>
            </div>
            <div><h1>think\db\PDOConnection::pdoQuery(): Return value must be of type array, bool returned</h1></div>
        </div>
    </div>
        <div class="source-code">
        <pre class="prettyprint lang-php"><ol start="686"><li class="line-0-686"><code>
</code></li><li class="line-0-687"><code>        if ($query-&gt;getOptions('cache')) {
</code></li><li class="line-0-688"><code>            // 检查查询缓存
</code></li><li class="line-0-689"><code>            $cacheItem = $this-&gt;parseCache($query, $query-&gt;getOptions('cache'));
</code></li><li class="line-0-690"><code>            $key       = $cacheItem-&gt;getKey();
</code></li><li class="line-0-691"><code>
</code></li><li class="line-0-692"><code>            $data = $this-&gt;cache-&gt;get($key);
</code></li><li class="line-0-693"><code>
</code></li><li class="line-0-694"><code>            if (null !== $data) {
</code></li><li class="line-0-695 line-error"><code>                return $data;
</code></li><li class="line-0-696"><code>            }
</code></li><li class="line-0-697"><code>        }
</code></li><li class="line-0-698"><code>
</code></li><li class="line-0-699"><code>        if ($sql instanceof Closure) {
</code></li><li class="line-0-700"><code>            $sql  = $sql($query);
</code></li><li class="line-0-701"><code>            $bind = $query-&gt;getBind();
</code></li><li class="line-0-702"><code>        }
</code></li><li class="line-0-703"><code>
</code></li><li class="line-0-704"><code>        if (!isset($master)) {
</code></li></ol></pre>
    </div>
        <div class="trace">
        <h2 data-expand="1">Call Stack</h2>
        <ol>
            <li>in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/db/PDOConnection.php line 695">PDOConnection.php line 695</a></li>
                        <li>
                at <abbr title="think\db\PDOConnection">PDOConnection</abbr>->pdoQuery() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/db/PDOConnection.php line 879">PDOConnection.php line 879</a>            </li>
                        <li>
                at <abbr title="think\db\PDOConnection">PDOConnection</abbr>->find() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/db/BaseQuery.php line 1162">BaseQuery.php line 1162</a>            </li>
                        <li>
                at <abbr title="think\db\BaseQuery">BaseQuery</abbr>->find() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/app/admin/model/cms/Archives.php line 84">Archives.php line 84</a>            </li>
                        <li>
                at <abbr title="app\admin\model\cms\Archives">Archives</abbr>->buildUrl() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/app/admin/model/cms/Archives.php line 58">Archives.php line 58</a>            </li>
                        <li>
                at <abbr title="app\admin\model\cms\Archives">Archives</abbr>->getUrlAttr() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/model/concern/Attribute.php line 523">Attribute.php line 523</a>            </li>
                        <li>
                at <abbr title="think\Model">Model</abbr>->getValue() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/model/concern/Attribute.php line 483">Attribute.php line 483</a>            </li>
                        <li>
                at <abbr title="think\Model">Model</abbr>->getAttr() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-orm/src/model/concern/Conversion.php line 253">Conversion.php line 253</a>            </li>
                        <li>
                at <abbr title="think\Model">Model</abbr>->toArray() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-helper/src/Collection.php line 59">Collection.php line 59</a>            </li>
                        <li>
                at <abbr title="think\Collection">Collection</abbr>->think\{closure}()            </li>
                        <li>
                at array_map() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-helper/src/Collection.php line 60">Collection.php line 60</a>            </li>
                        <li>
                at <abbr title="think\Collection">Collection</abbr>->toArray() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/addons/sitemap/controller/Sitemap.php line 55">Sitemap.php line 55</a>            </li>
                        <li>
                at <abbr title="addons\sitemap\controller\Sitemap">Sitemap</abbr>->addons\sitemap\controller\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/app/common.php line 739">common.php line 739</a>            </li>
                        <li>
                at controller() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/addons/sitemap/controller/Sitemap.php line 58">Sitemap.php line 58</a>            </li>
                        <li>
                at <abbr title="addons\sitemap\controller\Sitemap">Sitemap</abbr>->index()            </li>
                        <li>
                at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Container.php line 344">Container.php line 344</a>            </li>
                        <li>
                at <abbr title="think\Container">Container</abbr>->invokeReflectMethod() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/hkcms/cms-addons/src/addons/Route.php line 112">Route.php line 112</a>            </li>
                        <li>
                at <abbr title="think\addons\Route">Route</abbr>::think\addons\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 59">Pipeline.php line 59</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 66">Pipeline.php line 66</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->then() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/hkcms/cms-addons/src/addons/Route.php line 115">Route.php line 115</a>            </li>
                        <li>
                at <abbr title="think\addons\Route">Route</abbr>::execute()            </li>
                        <li>
                at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Container.php line 329">Container.php line 329</a>            </li>
                        <li>
                at <abbr title="think\Container">Container</abbr>->invokeMethod() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Container.php line 362">Container.php line 362</a>            </li>
                        <li>
                at <abbr title="think\Container">Container</abbr>->invoke() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/route/dispatch/Callback.php line 27">Callback.php line 27</a>            </li>
                        <li>
                at <abbr title="think\route\dispatch\Callback">Callback</abbr>->exec() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/route/Dispatch.php line 90">Dispatch.php line 90</a>            </li>
                        <li>
                at <abbr title="think\route\Dispatch">Dispatch</abbr>->run() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Route.php line 785">Route.php line 785</a>            </li>
                        <li>
                at <abbr title="think\Route">Route</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 59">Pipeline.php line 59</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 66">Pipeline.php line 66</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->then() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Route.php line 786">Route.php line 786</a>            </li>
                        <li>
                at <abbr title="think\Route">Route</abbr>->dispatch() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Http.php line 216">Http.php line 216</a>            </li>
                        <li>
                at <abbr title="think\Http">Http</abbr>->dispatchToRoute() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Http.php line 206">Http.php line 206</a>            </li>
                        <li>
                at <abbr title="think\Http">Http</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 59">Pipeline.php line 59</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-multi-app/src/MultiApp.php line 71">MultiApp.php line 71</a>            </li>
                        <li>
                at <abbr title="think\app\MultiApp">MultiApp</abbr>->think\app\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 59">Pipeline.php line 59</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/addons/htmlcache/middleware/HtmlCache.php line 37">HtmlCache.php line 37</a>            </li>
                        <li>
                at <abbr title="addons\htmlcache\middleware\HtmlCache">HtmlCache</abbr>->handle()            </li>
                        <li>
                at call_user_func() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Middleware.php line 142">Middleware.php line 142</a>            </li>
                        <li>
                at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/app/common/middleware/LoadLangPack.php line 98">LoadLangPack.php line 98</a>            </li>
                        <li>
                at <abbr title="app\common\middleware\LoadLangPack">LoadLangPack</abbr>->handle()            </li>
                        <li>
                at call_user_func() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Middleware.php line 142">Middleware.php line 142</a>            </li>
                        <li>
                at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 66">Pipeline.php line 66</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->then() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/think-multi-app/src/MultiApp.php line 72">MultiApp.php line 72</a>            </li>
                        <li>
                at <abbr title="think\app\MultiApp">MultiApp</abbr>->handle()            </li>
                        <li>
                at call_user_func() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Middleware.php line 142">Middleware.php line 142</a>            </li>
                        <li>
                at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/middleware/SessionInit.php line 67">SessionInit.php line 67</a>            </li>
                        <li>
                at <abbr title="think\middleware\SessionInit">SessionInit</abbr>->handle()            </li>
                        <li>
                at call_user_func() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Middleware.php line 142">Middleware.php line 142</a>            </li>
                        <li>
                at <abbr title="think\Middleware">Middleware</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 85">Pipeline.php line 85</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->think\{closure}() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Pipeline.php line 66">Pipeline.php line 66</a>            </li>
                        <li>
                at <abbr title="think\Pipeline">Pipeline</abbr>->then() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Http.php line 207">Http.php line 207</a>            </li>
                        <li>
                at <abbr title="think\Http">Http</abbr>->runWithRequest() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/vendor/topthink/framework/src/think/Http.php line 170">Http.php line 170</a>            </li>
                        <li>
                at <abbr title="think\Http">Http</abbr>->run() in <a class="toggle" title="/www/wwwroot/www.wangzhan360.com/public/index.php line 29">index.php line 29</a>            </li>
                    </ol>
    </div>
</div>


<div class="exception-var">
    <h2>Environment Variables</h2>
        <table>
                <caption>GET Data<small>empty</small></caption>
            </table>
        <table>
                <caption>POST Data<small>empty</small></caption>
            </table>
        <table>
                <caption>Files<small>empty</small></caption>
            </table>
        <table>
                <caption>Cookies<small>empty</small></caption>
            </table>
        <table>
                <caption>Session<small>empty</small></caption>
            </table>
        <table>
                <caption>Server/Request Data</caption>
        <tbody>
                <tr>
            <td>USER</td>
            <td>www</td>
        </tr>
                <tr>
            <td>HOME</td>
            <td>/home/www</td>
        </tr>
                <tr>
            <td>HTTP_X_ALICDN_DA_VIA</td>
            <td>163.181.253.201,120.27.78.68</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_RANGE_CACHE</td>
            <td>on</td>
        </tr>
                <tr>
            <td>HTTP_ALI_CDN_ADAPTIVE_PORTS</td>
            <td>80,443</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_ORIGIN_PORT</td>
            <td>443</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_ORIGIN_SCHEME</td>
            <td>https</td>
        </tr>
                <tr>
            <td>HTTP_ALI_CDN_APPVIEW_NAME</td>
            <td>cdn-tengine</td>
        </tr>
                <tr>
            <td>HTTP_SIGNATURE</td>
            <td>sig=:JZXNAVSrgNVbP17pJQHqXVwDtFLJgV/5t9HGH6qVP6MkbcabfsALN+BtmRPIdpQsFjRwCbUcPIkROD6YeMopDw==:</td>
        </tr>
                <tr>
            <td>HTTP_SIGNATURE_INPUT</td>
            <td>sig=(&quot;@method&quot; &quot;@authority&quot; &quot;@path&quot; &quot;signature-agent&quot;);created=1781599890;keyid=&quot;e3vpiy0B6M1Wdxnizw3dqRSgpqS6SXM2qiQ6HtUwZ5g&quot;;alg=&quot;ed25519&quot;;expires=1781599950;nonce=&quot;oynTHlAwPXfx6C_06HG7ntN6sn34KjJOouOCzJVCTUCG4eYBG3HlQNhr8TqdVSJ8wdlWC8_6g3DJDPWzZ7VWgA&quot;;tag=&quot;web-bot-auth&quot;</td>
        </tr>
                <tr>
            <td>HTTP_SIGNATURE_AGENT</td>
            <td>&quot;https://ahrefs.com&quot;</td>
        </tr>
                <tr>
            <td>HTTP_ACCEPT_ENCODING</td>
            <td>deflate, gzip, br, zstd</td>
        </tr>
                <tr>
            <td>HTTP_ACCEPT</td>
            <td>*/*</td>
        </tr>
                <tr>
            <td>HTTP_USER_AGENT</td>
            <td>Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_FORCE_TTL_CODE</td>
            <td>400=0</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_FORCE_CACHE_CONTROL</td>
            <td>0</td>
        </tr>
                <tr>
            <td>HTTP_X_CLIENT_SCHEME</td>
            <td>https</td>
        </tr>
                <tr>
            <td>HTTP_X_FORWARDED_FOR</td>
            <td>198.244.242.167</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_STAT_HOST</td>
            <td>www.wangzhan360.com</td>
        </tr>
                <tr>
            <td>HTTP_ALI_SWIFT_LOG_HOST</td>
            <td>www.wangzhan360.com</td>
        </tr>
                <tr>
            <td>HTTP_ALI_CDN_REAL_IP</td>
            <td>198.244.242.167</td>
        </tr>
                <tr>
            <td>HTTP_ALI_CDN_REAL_PORT</td>
            <td>16874</td>
        </tr>
                <tr>
            <td>HTTP_EAGLEEYE_TRACEID</td>
            <td>a3b5fda917815998908195144e</td>
        </tr>
                <tr>
            <td>HTTP_VIA</td>
            <td>fr6.l1, l2cm9-6.l2</td>
        </tr>
                <tr>
            <td>HTTP_HOST</td>
            <td>www.wangzhan360.com</td>
        </tr>
                <tr>
            <td>PATH_INFO</td>
            <td></td>
        </tr>
                <tr>
            <td>REDIRECT_STATUS</td>
            <td>200</td>
        </tr>
                <tr>
            <td>SERVER_NAME</td>
            <td>wangzhan360.com</td>
        </tr>
                <tr>
            <td>SERVER_PORT</td>
            <td>443</td>
        </tr>
                <tr>
            <td>SERVER_ADDR</td>
            <td>172.17.12.16</td>
        </tr>
                <tr>
            <td>REMOTE_PORT</td>
            <td>35674</td>
        </tr>
                <tr>
            <td>REMOTE_ADDR</td>
            <td>120.27.78.68</td>
        </tr>
                <tr>
            <td>SERVER_SOFTWARE</td>
            <td>nginx/1.24.0</td>
        </tr>
                <tr>
            <td>GATEWAY_INTERFACE</td>
            <td>CGI/1.1</td>
        </tr>
                <tr>
            <td>HTTPS</td>
            <td>on</td>
        </tr>
                <tr>
            <td>REQUEST_SCHEME</td>
            <td>https</td>
        </tr>
                <tr>
            <td>SERVER_PROTOCOL</td>
            <td>HTTP/1.1</td>
        </tr>
                <tr>
            <td>DOCUMENT_ROOT</td>
            <td>/www/wwwroot/www.wangzhan360.com/public</td>
        </tr>
                <tr>
            <td>DOCUMENT_URI</td>
            <td>/index.php</td>
        </tr>
                <tr>
            <td>REQUEST_URI</td>
            <td>/sitemap.xml</td>
        </tr>
                <tr>
            <td>SCRIPT_NAME</td>
            <td>/index.php</td>
        </tr>
                <tr>
            <td>CONTENT_LENGTH</td>
            <td></td>
        </tr>
                <tr>
            <td>CONTENT_TYPE</td>
            <td></td>
        </tr>
                <tr>
            <td>REQUEST_METHOD</td>
            <td>GET</td>
        </tr>
                <tr>
            <td>QUERY_STRING</td>
            <td>s=/sitemap.xml</td>
        </tr>
                <tr>
            <td>SCRIPT_FILENAME</td>
            <td>/www/wwwroot/www.wangzhan360.com/public/index.php</td>
        </tr>
                <tr>
            <td>FCGI_ROLE</td>
            <td>RESPONDER</td>
        </tr>
                <tr>
            <td>PHP_SELF</td>
            <td>/index.php</td>
        </tr>
                <tr>
            <td>REQUEST_TIME_FLOAT</td>
            <td>1781599891.0156</td>
        </tr>
                <tr>
            <td>REQUEST_TIME</td>
            <td>1781599891</td>
        </tr>
                </tbody>
            </table>
    </div>
 
<script>
    function $(selector, node){
        var elements;

        node = node || document;
        if(document.querySelectorAll){
            elements = node.querySelectorAll(selector);
        } else {
            switch(selector.substr(0, 1)){
                case '#':
                    elements = [node.getElementById(selector.substr(1))];
                    break;
                case '.':
                    if(document.getElementsByClassName){
                        elements = node.getElementsByClassName(selector.substr(1));
                    } else {
                        elements = get_elements_by_class(selector.substr(1), node);
                    }
                    break;
                default:
                    elements = node.getElementsByTagName();
            }
        }
        return elements;

        function get_elements_by_class(search_class, node, tag) {
            var elements = [], eles,
                pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

            node = node || document;
            tag  = tag  || '*';

            eles = node.getElementsByTagName(tag);
            for(var i = 0; i < eles.length; i++) {
                if(pattern.test(eles[i].className)) {
                    elements.push(eles[i])
                }
            }

            return elements;
        }
    }

    $.getScript = function(src, func){
        var script = document.createElement('script');

        script.async  = 'async';
        script.src    = src;
        script.onload = func || function(){};

        $('head')[0].appendChild(script);
    }

    ;(function(){
        var files = $('.toggle');
        var ol    = $('ol', $('.prettyprint')[0]);
        var li    = $('li', ol[0]);

        // 短路径和长路径变换
        for(var i = 0; i < files.length; i++){
            files[i].ondblclick = function(){
                var title = this.title;

                this.title = this.innerHTML;
                this.innerHTML = title;
            }
        }

        (function () {
            var expand = function (dom, expand) {
                var ol = $('ol', dom.parentNode)[0];
                expand = undefined === expand ? dom.attributes['data-expand'].value === '0' : undefined;
                if (expand) {
                    dom.attributes['data-expand'].value = '1';
                    ol.style.display = 'none';
                    dom.innerText = 'Call Stack (展开)';
                } else {
                    dom.attributes['data-expand'].value = '0';
                    ol.style.display = 'block';
                    dom.innerText = 'Call Stack (折叠)';
                }
            };
            var traces = $('.trace');
            for (var i = 0; i < traces.length; i ++) {
                var h2 = $('h2', traces[i])[0];
                expand(h2);
                h2.onclick = function () {
                    expand(this);
                };
            }
        })();

        $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
            prettyPrint();
        });
    })();
</script>
</body>
</html>

