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 array( 'checkout' => 'Checkout ', 'consuma..
Decoded Output download
<?php
return array(
'checkout' => 'Checkout ',
'consumable_name' => ' ',
'create' => ' ',
'item_no' => ' .',
'remaining' => '',
'total' => '"',
'update' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'checkout' => 'Checkout ',
'consumable_name' => ' ',
'create' => ' ',
'item_no' => ' .',
'remaining' => '',
'total' => '"',
'update' => ' ',
);
Function Calls
None |
Stats
MD5 | b429059cf96956c55b5d4d1305442746 |
Eval Count | 0 |
Decode Time | 98 ms |