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_type' => 'field',
'_custom_option_title' => 'test field option',
'_custom_option_is_required' => '1',
'_custom_option_price' => '3.0000',
'_custom_option_sku' => 'option-sku',
'_custom_option_max_characters' => 100,
'_custom_option_sort_order' => 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_type' => 'field',
'_custom_option_title' => 'test field option',
'_custom_option_is_required' => '1',
'_custom_option_price' => '3.0000',
'_custom_option_sku' => 'option-sku',
'_custom_option_max_characters' => 100,
'_custom_option_sort_order' => 0
];
Function Calls
| None |
Stats
| MD5 | 55da560228819e928be2d2f9a1c9c020 |
| Eval Count | 0 |
| Decode Time | 103 ms |