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.
*/
declare(strict_types=1);
namespace Magento\Catalog\Model;
use Magento\Catalog\Api\Data\ProductSearchResultsInterface;
use Magento\Framework\Api\SearchResults;
/**
* Service Data Object with Product search results.
*/
class ProductSearchResults extends SearchResults implements ProductSearchResultsInterface
{
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Catalog\Model;
use Magento\Catalog\Api\Data\ProductSearchResultsInterface;
use Magento\Framework\Api\SearchResults;
/**
* Service Data Object with Product search results.
*/
class ProductSearchResults extends SearchResults implements ProductSearchResultsInterface
{
}
Function Calls
| None |
Stats
| MD5 | 8db7575f21e35e2aad5487c827c1e8f0 |
| Eval Count | 0 |
| Decode Time | 88 ms |