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
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
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
"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"
* 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)
/**
* 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);
}
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
"Allowed memory size of 134217728 bytes exhausted (tried to allocate 134217728 bytes)"
}
/**
* 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
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
"音频/各版本圣经/牧灵圣经/牧灵圣经国语马尔谷福音""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"www""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"/home/www""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"{"scheme":"https"}""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"US""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"https""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"cloudflare; loops=1""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"gzip, br""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"*/*""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"93282cb4bc9d11a7-ORD""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"dl.ziliaozhan.org""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"200""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"down.ziliaozhan.win""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"443""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"54280""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"CGI/1.1""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"on""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"https""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"HTTP/2.0""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"/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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"/?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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
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
"/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"GET""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
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
"/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"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"RESPONDER""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"/index.php""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"en""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"type""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"en""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"true""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"type""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
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
"false""mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead"
* 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)
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this 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
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
/**
* Given a template path, render it within its own scope. This
* method also accepts an array of additional variables to be
* passed to the template.
*
* @param string $template
* @param array $additionalVariables
*/
public function render($template, array $additionalVariables = null)
{
$variables = $this->getVariables();
// Pass the helper to the template:
$variables["tpl"] = $this;
if ($additionalVariables !== null) {
$variables = array_replace($variables, $additionalVariables);
}
call_user_func(function () {
extract(func_get_arg(1));
require func_get_arg(0);
}, $template, $variables);
}
/**
* Sets the variables to be passed to all templates rendered
* by this template helper.
*
* @param array $variables
*/
public function setVariables(array $variables)
{
$this->variables = $variables;
}
/**
* Sets a single template variable, by its name:
*
* @param string $variableName
// 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
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.
}
/**
* 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or 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