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' => 'simple',
    '_custom_option_type' => 'field',
    '_custom_option_title' => 'New Product',
    '_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' => 'simple',
    '_custom_option_type' => 'field',
    '_custom_option_title' => 'New Product',
    '_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

Variables

None

Stats

MD5 56241dbeeb30983220f9941d61f13ccc
Eval Count 0
Decode Time 74 ms