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_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_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 | 818b58b0a43ecf11235ad1bef07f9a0c |
Eval Count | 0 |
Decode Time | 126 ms |