Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217728 bytes) in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/cache/Marshaller/DefaultMarshaller.php on line 47
Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217728 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217728 bytes)" Stacktrace: #2 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:47 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (3)
2
Whoops\Exception\ErrorException
/vendor/symfony/cache/Marshaller/DefaultMarshaller.php47
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
        if (null === $useIgbinarySerialize) {
            $useIgbinarySerialize = \extension_loaded('igbinary') && (\PHP_VERSION_ID < 70400 || version_compare('3.1.6', phpversion('igbinary'), '<='));
        } elseif ($useIgbinarySerialize && (!\extension_loaded('igbinary') || (\PHP_VERSION_ID >= 70400 && version_compare('3.1.6', phpversion('igbinary'), '>')))) {
            throw new CacheException(\extension_loaded('igbinary') && \PHP_VERSION_ID >= 70400 ? 'Please upgrade the "igbinary" PHP extension to v3.1.6 or higher.' : 'The "igbinary" PHP extension is not loaded.');
        }
        $this->useIgbinarySerialize = $useIgbinarySerialize;
        $this->throwOnSerializationFailure = $throwOnSerializationFailure;
    }
 
    /**
     * {@inheritdoc}
     */
    public function marshall(array $values, ?array &$failed): array
    {
        $serialized = $failed = [];
 
        foreach ($values as $id => $value) {
            try {
                if ($this->useIgbinarySerialize) {
                    $serialized[$id] = igbinary_serialize($value);
                } else {
                    $serialized[$id] = serialize($value);
                }
            } catch (\Exception $e) {
                if ($this->throwOnSerializationFailure) {
                    throw new \ValueError($e->getMessage(), 0, $e);
                }
                $failed[] = $id;
            }
        }
 
        return $serialized;
    }
 
    /**
     * {@inheritdoc}
     */
    public function unmarshall(string $value)
    {
        if ('b:0;' === $value) {
Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #31 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #30 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #28 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #27 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #26 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #25 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #24 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #23 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #22 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #21 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:208 #20 Whoops\Util\TemplateHelper:dumpArgs in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php:40 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:1 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (32)
31
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
30
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
28
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
27
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
26
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
25
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
24
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
23
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
22
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
21
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php208
20
Whoops\Util\TemplateHelper dumpArgs
/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php40
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php1
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217728 bytes)""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
    {
        // we support frame args only when the optional dumper is available
        if (!$this->getDumper()) {
            return '';
        }
 
        $html = '';
        $numFrames = count($frame->getArgs());
 
        if ($numFrames > 0) {
            $html = '<ol class="linenums">';
            foreach ($frame->getArgs() as $j => $frameArg) {
                $html .= '<li>'. $this->dump($frameArg) .'</li>';
            }
            $html .= '</ol>';
        }
 
        return $html;
    }
 
    /**
     * Convert a string to a slug version of itself
     *
     * @param  string $original
     * @return string
     */
    public function slug($original)
    {
        $slug = str_replace(" ", "-", $original);
        $slug = preg_replace('/[^\w\d\-\_]/i', '', $slug);
        return strtolower($slug);
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php
          if ($line !== null):
 
          // the $line is 1-indexed, we nab -1 where needed to account for this
          $range = $frame->getFileLines($line - 20, 40);
 
          // getFileLines can return null if there is no source code
          if ($range):
            $range = array_map(function ($line) { return empty($line) ? ' ' : $line;}, $range);
            $start = key($range) + 1;
            $code  = join("\n", $range);
        ?>
            <pre class="code-block line-numbers"
              data-line="<?php echo $line ?>"
              data-start="<?php echo $start ?>"
            ><code class="language-php"><?php echo $tpl->escape($code) ?></code></pre>
 
          <?php endif ?>
        <?php endif ?>
 
        <?php $frameArgs = $tpl->dumpArgs($frame); ?>
        <?php if ($frameArgs): ?>
          <div class="frame-file">
              Arguments
          </div>
          <div id="frame-code-args-<?=$i?>" class="code-block frame-args">
              <?php echo $frameArgs; ?>
          </div>
        <?php endif ?>
 
        <?php
          // Append comments for this frame
          $comments = $frame->getComments();
        ?>
        <div class="frame-comments <?php echo empty($comments) ? 'empty' : '' ?>">
          <?php foreach ($comments as $commentNo => $comment): ?>
            <?php extract($comment) ?>
            <div class="frame-comment" id="comment-<?php echo $i . '-' . $commentNo ?>">
              <span class="frame-comment-context"><?php echo $tpl->escape($context) ?></span>
              <?php echo $tpl->escapeButPreserveUris($comment) ?>
            </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
Arguments
  1. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217728 bytes)"
    
    
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"

empty
empty
empty
empty
Key Value
USER Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "www""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"www"

HOME Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/home/www""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/home/www"

HTTP_CF_VISITOR Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "{"scheme":"https"}""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"{"scheme":"https"}"

HTTP_USER_AGENT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"

HTTP_CF_IPCOUNTRY Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "US""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"US"

HTTP_X_FORWARDED_PROTO Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "https""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"https"

HTTP_CDN_LOOP Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "cloudflare; loops=1""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"cloudflare; loops=1"

HTTP_ACCEPT_ENCODING Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "gzip, br""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"gzip, br"

HTTP_ACCEPT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "*/*""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"*/*"

HTTP_CF_CONNECTING_IP Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "3.149.253.136""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"3.149.253.136"

HTTP_X_FORWARDED_FOR Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "3.149.253.136""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"3.149.253.136"

HTTP_CF_RAY Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "93282cb4bc9d11a7-ORD""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"93282cb4bc9d11a7-ORD"

HTTP_HOST Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "dl.ziliaozhan.org""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"dl.ziliaozhan.org"

PATH_INFO
""
REDIRECT_STATUS Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "200""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"200"

SERVER_NAME Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "down.ziliaozhan.win""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"down.ziliaozhan.win"

SERVER_PORT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "443""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"443"

SERVER_ADDR Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "103.214.23.92""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"103.214.23.92"

REMOTE_PORT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "54280""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"54280"

REMOTE_ADDR Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "172.69.59.157""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"172.69.59.157"

SERVER_SOFTWARE Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "nginx/1.24.0""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"nginx/1.24.0"

GATEWAY_INTERFACE Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "CGI/1.1""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"CGI/1.1"

HTTPS Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "on""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"on"

REQUEST_SCHEME Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "https""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"https"

SERVER_PROTOCOL Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "HTTP/2.0""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"HTTP/2.0"

DOCUMENT_ROOT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/www/wwwroot/down.ziliaozhan.win"

DOCUMENT_URI Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/index.php"

REQUEST_URI Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"

SCRIPT_NAME Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/index.php"

CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "GET""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"GET"

QUERY_STRING Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"

SCRIPT_FILENAME Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/www/wwwroot/down.ziliaozhan.win/index.php"

FCGI_ROLE Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "RESPONDER""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"RESPONDER"

PHP_SELF Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"/index.php"

REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"false"

APP_LANGUAGE Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "en""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"en"

DISPLAY_READMES Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"true"

READMES_FIRST Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"false"

ZIP_DOWNLOADS Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"true"

SORT_ORDER Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "type""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"type"

REVERSE_SORT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"false"

Key Value
APP_DEBUG Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"false"

APP_LANGUAGE Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "en""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"en"

DISPLAY_READMES Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"true"

READMES_FIRST Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"false"

ZIP_DOWNLOADS Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"true"

SORT_ORDER Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "type""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"type"

REVERSE_SORT Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_DEPRECATED)
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead Whoops\Exception\ErrorException thrown with message "mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead" Stacktrace: #30 Whoops\Exception\ErrorException in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #29 mb_convert_encoding in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963 #28 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpLine in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:580 #27 Symfony\Component\VarDumper\Dumper\CliDumper:endValue in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php:268 #26 Symfony\Component\VarDumper\Dumper\CliDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:799 #25 Symfony\Component\VarDumper\Dumper\HtmlDumper:dumpString in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:418 #24 Symfony\Component\VarDumper\Cloner\Data:dumpItem in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php:321 #23 Symfony\Component\VarDumper\Cloner\Data:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:137 #22 Symfony\Component\VarDumper\Dumper\AbstractDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:140 #21 Symfony\Component\VarDumper\Dumper\HtmlDumper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:175 #20 Whoops\Util\TemplateHelper:dump in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php:20 #19 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #18 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #17 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #16 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php:2 #15 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #14 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #13 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #12 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php:2 #11 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #10 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #9 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #8 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php:24 #7 require in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:250 #6 Whoops\Util\TemplateHelper:Whoops\Util\{closure} in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #5 call_user_func in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:248 #4 Whoops\Util\TemplateHelper:render in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php:295 #3 Whoops\Handler\PrettyPageHandler:handle in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:370 #2 Whoops\Run:handleException in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:454 #1 Whoops\Run:handleError in /www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (31)
30
Whoops\Exception\ErrorException
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
29
mb_convert_encoding
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php963
28
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpLine
/vendor/symfony/var-dumper/Dumper/CliDumper.php580
27
Symfony\Component\VarDumper\Dumper\CliDumper endValue
/vendor/symfony/var-dumper/Dumper/CliDumper.php268
26
Symfony\Component\VarDumper\Dumper\CliDumper dumpString
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php799
25
Symfony\Component\VarDumper\Dumper\HtmlDumper dumpString
/vendor/symfony/var-dumper/Cloner/Data.php418
24
Symfony\Component\VarDumper\Cloner\Data dumpItem
/vendor/symfony/var-dumper/Cloner/Data.php321
23
Symfony\Component\VarDumper\Cloner\Data dump
/vendor/symfony/var-dumper/Dumper/AbstractDumper.php137
22
Symfony\Component\VarDumper\Dumper\AbstractDumper dump
/vendor/symfony/var-dumper/Dumper/HtmlDumper.php140
21
Symfony\Component\VarDumper\Dumper\HtmlDumper dump
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php175
20
Whoops\Util\TemplateHelper dump
/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php20
19
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
18
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
17
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
16
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php2
15
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
14
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
13
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
12
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php2
11
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
10
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
9
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
8
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php24
7
require
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php250
6
Whoops\Util\TemplateHelper Whoops\Util\{closure}
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
5
call_user_func
/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php248
4
Whoops\Util\TemplateHelper render
/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php295
3
Whoops\Handler\PrettyPageHandler handle
/vendor/filp/whoops/src/Whoops/Run.php370
2
Whoops\Run handleException
/vendor/filp/whoops/src/Whoops/Run.php454
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    protected function dumpLine(int $depth, bool $endOfValue = false)
    {
        if (-1 === $this->lastDepth) {
            $this->line = sprintf($this->dumpPrefix, $this->dumpId, $this->indentPad).$this->line;
        }
        if ($this->headerIsDumped !== ($this->outputStream ?? $this->lineDumper)) {
            $this->line = $this->getDumpHeader().$this->line;
        }
 
        if (-1 === $depth) {
            $args = ['"'.$this->dumpId.'"'];
            if ($this->extraDisplayOptions) {
                $args[] = json_encode($this->extraDisplayOptions, \JSON_FORCE_OBJECT);
            }
            // Replace is for BC
            $this->line .= sprintf(str_replace('"%s"', '%s', $this->dumpSuffix), implode(', ', $args));
        }
        $this->lastDepth = $depth;
 
        $this->line = mb_convert_encoding($this->line, 'HTML-ENTITIES', 'UTF-8');
 
        if (-1 === $depth) {
            AbstractDumper::dumpLine(0);
        }
        AbstractDumper::dumpLine($depth);
    }
 
    private function getSourceLink(string $file, int $line)
    {
        $options = $this->extraDisplayOptions + $this->displayOptions;
 
        if ($fmt = $options['fileLinkFormat']) {
            return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
        }
 
        return false;
    }
}
 
function esc(string $str)
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
            $this->line = sprintf("\033[%sm%s\033[m", $this->styles['default'], $this->line);
        }
        parent::dumpLine($depth);
    }
 
    protected function endValue(Cursor $cursor)
    {
        if (-1 === $cursor->hashType) {
            return;
        }
 
        if (Stub::ARRAY_INDEXED === $cursor->hashType || Stub::ARRAY_ASSOC === $cursor->hashType) {
            if (self::DUMP_TRAILING_COMMA & $this->flags && 0 < $cursor->depth) {
                $this->line .= ',';
            } elseif (self::DUMP_COMMA_SEPARATOR & $this->flags && 1 < $cursor->hashLength - $cursor->hashIndex) {
                $this->line .= ',';
            }
        }
 
        $this->dumpLine($cursor->depth, true);
    }
 
    /**
     * Returns true if the stream supports colorization.
     *
     * Reference: Composer\XdebugHandler\Process::supportsColor
     * https://github.com/composer/xdebug-handler
     *
     * @param mixed $stream A CLI output stream
     */
    private function hasColorSupport($stream): bool
    {
        if (!\is_resource($stream) || 'stream' !== get_resource_type($stream)) {
            return false;
        }
 
        // Follow https://no-color.org/
        if (isset($_SERVER['NO_COLOR']) || false !== getenv('NO_COLOR')) {
            return false;
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/CliDumper.php
                            }
                        }
                        $this->line .= '"""';
                    } else {
                        $this->line .= '"';
                    }
                    if ($cut < 0) {
                        $this->line .= '…';
                        $lineCut = 0;
                    } elseif ($cut) {
                        $lineCut += $cut;
                    }
                }
                if ($lineCut) {
                    $this->line .= '…'.$lineCut;
                    $lineCut = 0;
                }
 
                if ($i > $m) {
                    $this->endValue($cursor);
                } else {
                    $this->dumpLine($cursor->depth);
                }
            }
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (null === $this->colors) {
            $this->colors = $this->supportsColors();
        }
 
        $this->dumpKey($cursor);
        $attr = $cursor->attr;
 
        if ($this->collapseNextHash) {
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
        $line .= 'pre.sf-dump .sf-dump-ellipsis-note{'.$this->styles['note'].'}';
 
        return $this->dumpHeader = preg_replace('/\s+/', ' ', $line).'</style>'.$this->dumpHeader;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
    {
        if ('' === $str && isset($cursor->attr['img-data'], $cursor->attr['content-type'])) {
            $this->dumpKey($cursor);
            $this->line .= $this->style('default', $cursor->attr['img-size'] ?? '', []);
            $this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact>' : ' <samp class=sf-dump-expanded>';
            $this->endValue($cursor);
            $this->line .= $this->indentPad;
            $this->line .= sprintf('<img src="data:%s;base64,%s" /></samp>', $cursor->attr['content-type'], base64_encode($cursor->attr['img-data']));
            $this->endValue($cursor);
        } else {
            parent::dumpString($cursor, $str, $bin, $cut);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild)
    {
        if (Cursor::HASH_OBJECT === $type) {
            $cursor->attr['depth'] = $cursor->depth;
        }
        parent::enterHash($cursor, $type, $class, false);
 
        if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
            $cursor->skipChildren = false;
            $eol = ' class=sf-dump-compact>';
        } else {
            $this->expandNextHash = false;
            $eol = ' class=sf-dump-expanded>';
        }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
                            $withChildren = false;
                            $cut = -1;
                        } else {
                            $cut = $this->dumpChildren($dumper, $cursor, $refs, $children, $cut, $item->type, null !== $item->class);
                        }
                    } elseif ($children && 0 <= $cut) {
                        $cut += \count($children);
                    }
                    $cursor->skipChildren = false;
                    $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
                    break;
 
                default:
                    throw new \RuntimeException(sprintf('Unexpected Stub type: "%s".', $item->type));
            }
        } elseif ('array' === $type) {
            $dumper->enterHash($cursor, Cursor::HASH_INDEXED, 0, false);
            $dumper->leaveHash($cursor, Cursor::HASH_INDEXED, 0, false, 0);
        } elseif ('string' === $type) {
            $dumper->dumpString($cursor, $item, false, 0);
        } else {
            $dumper->dumpScalar($cursor, $type, $item);
        }
    }
 
    /**
     * Dumps children of hash structures.
     *
     * @return int The final number of removed items
     */
    private function dumpChildren(DumperInterface $dumper, Cursor $parentCursor, array &$refs, array $children, int $hashCut, int $hashType, bool $dumpKeys): int
    {
        $cursor = clone $parentCursor;
        ++$cursor->depth;
        $cursor->hashType = $hashType;
        $cursor->hashIndex = 0;
        $cursor->hashLength = \count($children);
        $cursor->hashCut = $hashCut;
        foreach ($children as $key => $child) {
            $cursor->hashKeyIsBinary = isset($key[0]) && !preg_match('//u', $key);
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Cloner/Data.php
    }
 
    /**
     * Dumps data with a DumperInterface dumper.
     */
    public function dump(DumperInterface $dumper)
    {
        $refs = [0];
        $cursor = new Cursor();
 
        if ($cursor->attr = $this->context[SourceContextProvider::class] ?? []) {
            $cursor->attr['if_links'] = true;
            $cursor->hashType = -1;
            $dumper->dumpScalar($cursor, 'default', '^');
            $cursor->attr = ['if_links' => true];
            $dumper->dumpScalar($cursor, 'default', ' ');
            $cursor->hashType = 0;
        }
 
        $this->dumpItem($dumper, $cursor, $refs, $this->data[$this->position][$this->key]);
    }
 
    /**
     * Depth-first dumping of items.
     *
     * @param mixed $item A Stub object or the original value being dumped
     */
    private function dumpItem(DumperInterface $dumper, Cursor $cursor, array &$refs, $item)
    {
        $cursor->refIndex = 0;
        $cursor->softRefTo = $cursor->softRefHandle = $cursor->softRefCount = 0;
        $cursor->hardRefTo = $cursor->hardRefHandle = $cursor->hardRefCount = 0;
        $firstSeen = true;
 
        if (!$item instanceof Stub) {
            $cursor->attr = [];
            $type = \gettype($item);
            if ($item && 'array' === $type) {
                $item = $this->getStub($item);
            }
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/AbstractDumper.php
     *
     * @return string|null The dump as string when $output is true
     */
    public function dump(Data $data, $output = null)
    {
        $this->decimalPoint = localeconv();
        $this->decimalPoint = $this->decimalPoint['decimal_point'];
 
        if ($locale = $this->flags & (self::DUMP_COMMA_SEPARATOR | self::DUMP_TRAILING_COMMA) ? setlocale(\LC_NUMERIC, 0) : null) {
            setlocale(\LC_NUMERIC, 'C');
        }
 
        if ($returnDump = true === $output) {
            $output = fopen('php://memory', 'r+');
        }
        if ($output) {
            $prevOutput = $this->setOutput($output);
        }
        try {
            $data->dump($this);
            $this->dumpLine(-1);
 
            if ($returnDump) {
                $result = stream_get_contents($output, -1, 0);
                fclose($output);
 
                return $result;
            }
        } finally {
            if ($output) {
                $this->setOutput($prevOutput);
            }
            if ($locale) {
                setlocale(\LC_NUMERIC, $locale);
            }
        }
 
        return null;
    }
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php
    {
        $this->dumpHeader = $header;
    }
 
    /**
     * Sets an HTML prefix and suffix that will encapse every single dump.
     */
    public function setDumpBoundaries(string $prefix, string $suffix)
    {
        $this->dumpPrefix = $prefix;
        $this->dumpSuffix = $suffix;
    }
 
    /**
     * {@inheritdoc}
     */
    public function dump(Data $data, $output = null, array $extraDisplayOptions = [])
    {
        $this->extraDisplayOptions = $extraDisplayOptions;
        $result = parent::dump($data, $output);
        $this->dumpId = 'sf-dump-'.mt_rand();
 
        return $result;
    }
 
    /**
     * Dumps the HTML header.
     */
    protected function getDumpHeader()
    {
        $this->headerIsDumped = $this->outputStream ?? $this->lineDumper;
 
        if (null !== $this->dumpHeader) {
            return $this->dumpHeader;
        }
 
        $line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHTML'
<script>
Sfdump = window.Sfdump || (function (doc) {
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * Format the given value into a human readable string.
     *
     * @param  mixed $value
     * @return string
     */
    public function dump($value)
    {
        $dumper = $this->getDumper();
 
        if ($dumper) {
            // re-use the same DumpOutput instance, so it won't re-render the global styles/scripts on each dump.
            // exclude verbose information (e.g. exception stack traces)
            if (class_exists('Symfony\Component\VarDumper\Caster\Caster')) {
                $cloneVar = $this->getCloner()->cloneVar($value, Caster::EXCLUDE_VERBOSE);
                // Symfony VarDumper 2.6 Caster class dont exist.
            } else {
                $cloneVar = $this->getCloner()->cloneVar($value);
            }
 
            $dumper->dump(
                $cloneVar,
                $this->htmlDumperOutput
            );
 
            $output = $this->htmlDumperOutput->getOutput();
            $this->htmlDumperOutput->clear();
 
            return $output;
        }
 
        return htmlspecialchars(print_r($value, true));
    }
 
    /**
     * Format the args of the given Frame as a human readable html string
     *
     * @param  Frame $frame
     * @return string the rendered html
     */
    public function dumpArgs(Frame $frame)
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?>
<div class="details">
  <h2 class="details-heading">Environment &amp; details:</h2>
 
  <div class="data-table-container" id="data-tables">
    <?php foreach ($tables as $label => $data): ?>
      <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>">
        <?php if (!empty($data)): ?>
            <label><?php echo $tpl->escape($label) ?></label>
            <table class="data-table">
              <thead>
                <tr>
                  <td class="data-table-k">Key</td>
                  <td class="data-table-v">Value</td>
                </tr>
              </thead>
            <?php foreach ($data as $k => $value): ?>
              <tr>
                <td><?php echo $tpl->escape($k) ?></td>
                <td><?php echo $tpl->dump($value) ?></td>
              </tr>
            <?php endforeach ?>
            </table>
        <?php else: ?>
            <label class="empty"><?php echo $tpl->escape($label) ?></label>
            <span class="empty">empty</span>
        <?php endif ?>
      </div>
    <?php endforeach ?>
  </div>
 
  <?php /* List registered handlers, in order of first to last registered */ ?>
  <div class="data-table-container" id="handlers">
    <label>Registered Handlers</label>
    <?php foreach ($handlers as $i => $h): ?>
      <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>">
        <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?>
      </div>
    <?php endforeach ?>
  </div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php
<?php $tpl->render($frame_code) ?>
<?php $tpl->render($env_details) ?>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php
<div class="panel details-container cf">
  <?php $tpl->render($panel_details) ?>
</div>
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php
?>
<!DOCTYPE html><?php echo $preface; ?>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
    <title><?php echo $tpl->escape($page_title) ?></title>
 
    <style><?php echo $stylesheet ?></style>
    <style><?php echo $prismCss ?></style>
  </head>
  <body>
 
    <div class="Whoops container">
      <div class="stack-container">
 
        <?php $tpl->render($panel_left_outer) ?>
 
        <?php $tpl->render($panel_details_outer) ?>
 
      </div>
    </div>
 
    <script data-manual><?php echo $prismJs ?></script>
    <script><?php echo $zepto ?></script>
    <script><?php echo $clipboard ?></script>
    <script><?php echo $javascript ?></script>
  </body>
</html>
 
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
     * @param mixed  $variableValue
     */

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
Arguments
  1. "/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php"
    
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php
    /**
     * Given a template path, render it within its own scope. This
     * method also accepts an array of additional variables to be
     * passed to the template.
     *
     * @param string $template
     * @param array  $additionalVariables
     */
    public function render($template, array $additionalVariables = null)
    {
        $variables = $this->getVariables();
 
        // Pass the helper to the template:
        $variables["tpl"] = $this;
 
        if ($additionalVariables !== null) {
            $variables = array_replace($variables, $additionalVariables);
        }
 
        call_user_func(function () {
            extract(func_get_arg(1));
            require func_get_arg(0);
        }, $template, $variables);
    }
 
    /**
     * Sets the variables to be passed to all templates rendered
     * by this template helper.
     *
     * @param array $variables
     */
    public function setVariables(array $variables)
    {
        $this->variables = $variables;
    }
 
    /**
     * Sets a single template variable, by its name:
     *
     * @param string $variableName
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php
        }
 
        if (isset($customJsFile)) {
            $vars["javascript"] .= file_get_contents($customJsFile);
        }
 
        // Add extra entries list of data tables:
        // @todo: Consolidate addDataTable and addDataTableCallback
        $extraTables = array_map(function ($table) use ($inspector) {
            return $table instanceof \Closure ? $table($inspector) : $table;
        }, $this->getDataTables());
        $vars["tables"] = array_merge($extraTables, $vars["tables"]);
 
        $plainTextHandler = new PlainTextHandler();
        $plainTextHandler->setException($this->getException());
        $plainTextHandler->setInspector($this->getInspector());
        $vars["preface"] = "<!--\n\n\n" .  $this->templateHelper->escape($plainTextHandler->generateResponse()) . "\n\n\n\n\n\n\n\n\n\n\n-->";
 
        $this->templateHelper->setVariables($vars);
        $this->templateHelper->render($templateFile);
 
        return Handler::QUIT;
    }
 
    /**
     * Get the stack trace frames of the exception currently being handled.
     *
     * @return \Whoops\Exception\FrameCollection
     */
    protected function getExceptionFrames()
    {
        $frames = $this->getInspector()->getFrames();
 
        if ($this->getApplicationPaths()) {
            foreach ($frames as $frame) {
                foreach ($this->getApplicationPaths() as $path) {
                    if (strpos($frame->getFile(), $path) === 0) {
                        $frame->setApplication(true);
                        break;
                    }
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
        // Capture output produced while handling the exception,
        // we might want to send it straight away to the client,
        // or return it silently.
        $this->system->startOutputBuffering();
 
        // Just in case there are no handlers:
        $handlerResponse = null;
        $handlerContentType = null;
 
        try {
            foreach (array_reverse($this->handlerStack) as $handler) {
                $handler->setRun($this);
                $handler->setInspector($inspector);
                $handler->setException($exception);
 
                // The HandlerInterface does not require an Exception passed to handle()
                // and neither of our bundled handlers use it.
                // However, 3rd party handlers may have already relied on this parameter,
                // and removing it would be possibly breaking for users.
                $handlerResponse = $handler->handle($exception);
 
                // Collect the content type for possible sending in the headers.
                $handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
 
                if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
                    // The Handler has handled the exception in some way, and
                    // wishes to quit execution (Handler::QUIT), or skip any
                    // other handlers (Handler::LAST_HANDLER). If $this->allowQuit
                    // is false, Handler::QUIT behaves like Handler::LAST_HANDLER
                    break;
                }
            }
 
            $willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
        } finally {
            $output = $this->system->cleanOutputBuffer();
        }
 
        // If we're allowed to, send output generated by handlers directly
        // to the output, otherwise, and if the script doesn't quit, return
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    public function handleError($level, $message, $file = null, $line = null)
    {
        if ($level & $this->system->getErrorReportingLevel()) {
            foreach ($this->silencedPatterns as $entry) {
                $pathMatches = (bool) preg_match($entry["pattern"], $file);
                $levelMatches = $level & $entry["levels"];
                if ($pathMatches && $levelMatches) {
                    // Ignore the error, abort handling
                    // See https://github.com/filp/whoops/issues/418
                    return true;
                }
            }
 
            // XXX we pass $level for the "code" param only for BC reasons.
            // see https://github.com/filp/whoops/issues/267
            $exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
            if ($this->canThrowExceptions) {
                throw $exception;
            } else {
                $this->handleException($exception);
            }
            // Do not propagate errors which were already handled by Whoops.
            return true;
        }
 
        // Propagate error to the next handler, allows error_get_last() to
        // work on silenced errors.
        return false;
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
/www/wwwroot/down.ziliaozhan.win/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @return void
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * @param Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
[internal]

Environment & details:

Key Value
zip
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音"
empty
empty
empty
empty
Key Value
USER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"www"
HOME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/home/www"
HTTP_CF_VISITOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"{"scheme":"https"}"
HTTP_USER_AGENT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CF_IPCOUNTRY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"US"
HTTP_X_FORWARDED_PROTO
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
HTTP_CDN_LOOP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"cloudflare; loops=1"
HTTP_ACCEPT_ENCODING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"gzip, br"
HTTP_ACCEPT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"*/*"
HTTP_CF_CONNECTING_IP
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_X_FORWARDED_FOR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"3.149.253.136"
HTTP_CF_RAY
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"93282cb4bc9d11a7-ORD"
HTTP_HOST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"dl.ziliaozhan.org"
PATH_INFO
""
REDIRECT_STATUS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"200"
SERVER_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"down.ziliaozhan.win"
SERVER_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"443"
SERVER_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"103.214.23.92"
REMOTE_PORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"54280"
REMOTE_ADDR
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"172.69.59.157"
SERVER_SOFTWARE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"nginx/1.24.0"
GATEWAY_INTERFACE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"CGI/1.1"
HTTPS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"on"
REQUEST_SCHEME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"https"
SERVER_PROTOCOL
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"HTTP/2.0"
DOCUMENT_ROOT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win"
DOCUMENT_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_URI
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/?zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_NAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"GET"
QUERY_STRING
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"zip=%E9%9F%B3%E9%A2%91%2F%E5%90%84%E7%89%88%E6%9C%AC%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%2F%E7%89%A7%E7%81%B5%E5%9C%A3%E7%BB%8F%E5%9B%BD%E8%AF%AD%E9%A9%AC%E5%B0%94%E8%B0%B7%E7%A6%8F%E9%9F%B3"
SCRIPT_FILENAME
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/www/wwwroot/down.ziliaozhan.win/index.php"
FCGI_ROLE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"RESPONDER"
PHP_SELF
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"/index.php"
REQUEST_TIME_FLOAT
1745021382.4405
REQUEST_TIME
1745021382
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
Key Value
APP_DEBUG
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
APP_LANGUAGE
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"en"
DISPLAY_READMES
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
READMES_FIRST
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
ZIP_DOWNLOADS
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"true"
SORT_ORDER
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"type"
REVERSE_SORT
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /www/wwwroot/down.ziliaozhan.win/app/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 963
"false"
0. Whoops\Handler\PrettyPageHandler
"false"

0. Whoops\Handler\PrettyPageHandler