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.
*/
if (PHP_SAPI === 'cli') {
\Magento\Framework\Console\CommandLocator::register(\Magento\Backend\Console\CommandList::class);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
if (PHP_SAPI === 'cli') {
\Magento\Framework\Console\CommandLocator::register(\Magento\Backend\Console\CommandList::class);
}
Function Calls
| None |
Stats
| MD5 | 212c61167d985f30e59b08f7621f91fa |
| Eval Count | 0 |
| Decode Time | 110 ms |