芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.5/vendor/symfony/error-handler/Resources/views/trace.html.php
= $this->include('assets/images/icon-minus-square.svg'); ?>
= $this->include('assets/images/icon-plus-square.svg'); ?>
= $this->abbrClass($trace['class']); ?>
= $trace['type']; ?>
= $trace['function']; ?>
(= $this->formatArgs($trace['args']); ?>)
getFileLink($trace['file'], $lineNumber); $filePath = strtr(strip_tags($this->formatFile($trace['file'], $lineNumber)), [' at line '.$lineNumber => '']); $filePathParts = explode(\DIRECTORY_SEPARATOR, $filePath); ?>
in
= implode(\DIRECTORY_SEPARATOR, array_slice($filePathParts, 0, -1)).\DIRECTORY_SEPARATOR; ?>
= end($filePathParts); ?>
= $trace['type']; ?>
= $trace['function']; ?>
(line = $lineNumber; ?>)
= strtr($this->fileExcerpt($trace['file'], $trace['line'], 5), [ '#DD0000' => 'var(--highlight-string)', '#007700' => 'var(--highlight-keyword)', '#0000BB' => 'var(--highlight-default)', '#FF8000' => 'var(--highlight-comment)', ]); ?>