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\Catalog\Model\Indexer\Category\Product;

/**
 * Category product link indexer
 *
 * @api
 * @since 100.0.2
 */
class Processor extends \Magento\Framework\Indexer\AbstractProcessor
{
    /**
     * Indexer ID
     */
    const INDEXER_ID = \Magento\Catalog\Model\Indexer\Category\Product::INDEXER_ID;
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Catalog\Model\Indexer\Category\Product;

/**
 * Category product link indexer
 *
 * @api
 * @since 100.0.2
 */
class Processor extends \Magento\Framework\Indexer\AbstractProcessor
{
    /**
     * Indexer ID
     */
    const INDEXER_ID = \Magento\Catalog\Model\Indexer\Category\Product::INDEXER_ID;
}

Function Calls

None

Variables

None

Stats

MD5 2055a3cd967892aeef317e39013ee4e1
Eval Count 0
Decode Time 88 ms