<?=
$trace['function'
]; ?></span>
<?php
} ?>
(line <?=
$lineNumber; ?>)
<span class="icon icon-copy hidden" data-clipboard-text="<?php
echo implode(\DIRECTORY_SEPARATOR,
$filePathParts).':'.
$lineNumber; ?>">
<?php
echo $this->
include('assets/images/icon-copy.svg'
); ?>
</span>
</span>
<?php
} ?>
</div>
<?php
if ($trace['file'
]) { ?>
<div id="trace-html-<?=
$prefix.'-'.
$i; ?>" class="trace-code sf-toggle-content">
<?=
strtr($this->
fileExcerpt($trace['file'
],
$trace['line'
], 5
),
[ '#DD0000' => 'var(--highlight-string)',
'#007700' => 'var(--highlight-keyword)',
'#0000BB' => 'var(--highlight-default)',
'#FF8000' => 'var(--highlight-comment)',
]); ?>
</div>
<?php
} ?>