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'   => '      1   .',
            ],

            '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'   => '      1   .',
            ],

            '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 bdcd88ab7702e2dc291db9745a602890
Eval Count 0
Decode Time 109 ms