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 return [ 'checkout' => [ 'cart' => [ 'integrity' => [ ..

Decoded Output download

<?php

return [
    'checkout' => [
        'cart' => [
            'integrity' => [
                'qty-missing'   => '11',
            ],

            'inventory-warning' => '',
            'missing-links'     => '',
            'missing-options'   => '',
        ],
    ],

    'datagrid' => [
        'copy-of-slug'                  => ':value',
        'copy-of'                       => ':value',
        'variant-already-exist-message' => '',
    ],

    'response' => [
        'product-can-not-be-copied' => ':type ',
    ],

    'sort-by'  => [
        'options' => [
            'cheapest-first'  => '',
            'expensive-first' => '',
            'from-a-z'        => 'A-Z',
            'from-z-a'        => 'Z-A',
            'latest-first'    => '',
            'oldest-first'    => '',
        ],
    ],

    'type'     => [
        'abstract'     => [
            'offers' => ':qty:price:discount',
        ],

        'bundle'       => '',
        'configurable' => '',
        'downloadable' => '',
        'grouped'      => '',
        'simple'       => '',
        'virtual'      => '',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'checkout' => [
        'cart' => [
            'integrity' => [
                'qty-missing'   => '11',
            ],

            'inventory-warning' => '',
            'missing-links'     => '',
            'missing-options'   => '',
        ],
    ],

    'datagrid' => [
        'copy-of-slug'                  => ':value',
        'copy-of'                       => ':value',
        'variant-already-exist-message' => '',
    ],

    'response' => [
        'product-can-not-be-copied' => ':type ',
    ],

    'sort-by'  => [
        'options' => [
            'cheapest-first'  => '',
            'expensive-first' => '',
            'from-a-z'        => 'A-Z',
            'from-z-a'        => 'Z-A',
            'latest-first'    => '',
            'oldest-first'    => '',
        ],
    ],

    'type'     => [
        'abstract'     => [
            'offers' => ':qty:price:discount',
        ],

        'bundle'       => '',
        'configurable' => '',
        'downloadable' => '',
        'grouped'      => '',
        'simple'       => '',
        'virtual'      => '',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 defb69c975ce9ab1cd18155093434ea9
Eval Count 0
Decode Time 137 ms