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 /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..

Decoded Output download

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Backend\Block\Page;

/**
 * Copyright footer block
 *
 * @api
 * @since 100.0.2
 */
class Copyright extends \Magento\Backend\Block\Template
{
    /**
     * Path to template file in theme
     *
     * @var string
     */
    protected $_template = 'Magento_Backend::page/copyright.phtml';
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Backend\Block\Page;

/**
 * Copyright footer block
 *
 * @api
 * @since 100.0.2
 */
class Copyright extends \Magento\Backend\Block\Template
{
    /**
     * Path to template file in theme
     *
     * @var string
     */
    protected $_template = 'Magento_Backend::page/copyright.phtml';
}

Function Calls

None

Variables

None

Stats

MD5 493736725857241ef1ac3677ed1bf946
Eval Count 0
Decode Time 104 ms