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 |
Stats
MD5 | d72c0987cb1c7ea04b5316e59293bf59 |
Eval Count | 0 |
Decode Time | 82 ms |