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);

return [
    'sku' => 'product-sku',
    '_custom_option_store' => 'incorrect_store',
    '_custom_option_row_title' => 'test row title',
    '_custom_option_row_price' => '2.0000',
    '_custom_option_row_sku' => 'option-value-sku',
    '_custom_option_row_sort' => 0
];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

return [
    'sku' => 'product-sku',
    '_custom_option_store' => 'incorrect_store',
    '_custom_option_row_title' => 'test row title',
    '_custom_option_row_price' => '2.0000',
    '_custom_option_row_sku' => 'option-value-sku',
    '_custom_option_row_sort' => 0
];

Function Calls

None

Variables

None

Stats

MD5 65ecf5e2fe8ca7ff9d173a1ea2ffb323
Eval Count 0
Decode Time 113 ms