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 /* * This file is part of App Project. * * For the full copyright and license inf..

Decoded Output download

<?php
/*
 * This file is part of App Project.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/**
 * Console config.
 *
 * @see App::console()
 * @see App::run()
 * @see https://docs.aplus-framework.com/guides/libraries/mvc/index.html#console-service
 */
return [
    'default' => [
        'directories' => [
            APLUS_DIR . 'dev-commands/src',
            APP_DIR . 'Commands',
        ],
        'find_in_namespaces' => false,
        'language_instance' => 'default',
        'locator_instance' => 'default',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php
/*
 * This file is part of App Project.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/**
 * Console config.
 *
 * @see App::console()
 * @see App::run()
 * @see https://docs.aplus-framework.com/guides/libraries/mvc/index.html#console-service
 */
return [
    'default' => [
        'directories' => [
            APLUS_DIR . 'dev-commands/src',
            APP_DIR . 'Commands',
        ],
        'find_in_namespaces' => false,
        'language_instance' => 'default',
        'locator_instance' => 'default',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 10e1445887af97bb98cff742a73f5d0e
Eval Count 0
Decode Time 84 ms