CasperSecurity

Current Path : /var/www/DbSyncProject_Uim_DB/vendor/facade/ignition/src/DumpRecorder/
Upload File :
Current File : /var/www/DbSyncProject_Uim_DB/vendor/facade/ignition/src/DumpRecorder/HtmlDumper.php

<?php

namespace Facade\Ignition\DumpRecorder;

use Symfony\Component\VarDumper\Cloner\Data;
use Symfony\Component\VarDumper\Cloner\VarCloner;
use Symfony\Component\VarDumper\Dumper\HtmlDumper as BaseHtmlDumper;

class HtmlDumper extends BaseHtmlDumper
{
    protected $dumpHeader = '';

    public function dumpVariable($variable): string
    {
        $cloner = new VarCloner();

        $clonedData = $cloner->cloneVar($variable)->withMaxDepth(3);

        return $this->dump($clonedData);
    }

    public function dump(Data $data, $output = null, array $extraDisplayOptions = []): string
    {
        return (string)parent::dump($data, true, [
            'maxDepth' => 3,
            'maxStringLength' => 160,
        ]);
    }
}
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY