Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace TestApp\Config; use Cake\Core\StaticConfigTrait; class TestLogStaticCon..

Decoded Output download

<?php

namespace TestApp\Config;

use Cake\Core\StaticConfigTrait;

class TestLogStaticConfig
{
    use StaticConfigTrait;

    /**
     * Log engine class map.
     *
     * @var array
     */
    protected static $_dsnClassMap = [
        'console' => 'Cake\Log\Engine\ConsoleLog',
        'file' => 'Cake\Log\Engine\FileLog',
        'syslog' => 'Cake\Log\Engine\SyslogLog',
    ];
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace TestApp\Config;

use Cake\Core\StaticConfigTrait;

class TestLogStaticConfig
{
    use StaticConfigTrait;

    /**
     * Log engine class map.
     *
     * @var array
     */
    protected static $_dsnClassMap = [
        'console' => 'Cake\Log\Engine\ConsoleLog',
        'file' => 'Cake\Log\Engine\FileLog',
        'syslog' => 'Cake\Log\Engine\SyslogLog',
    ];
}

Function Calls

None

Variables

None

Stats

MD5 a78c7e96a133729f6cce32fb3afb3610
Eval Count 0
Decode Time 97 ms