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 [ 'path-hint' => [ 'template' => '', 'parents' => '', ..
Decoded Output download
<?php
return [
'path-hint' => [
'template' => '',
'parents' => '',
],
'currency-position' => [
'options' => [
'left' => '',
'left-with-space' => ' ',
'right' => '',
'right-with-space' => ' ',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'path-hint' => [
'template' => '',
'parents' => '',
],
'currency-position' => [
'options' => [
'left' => '',
'left-with-space' => ' ',
'right' => '',
'right-with-space' => ' ',
],
],
];
Function Calls
None |
Stats
MD5 | fc0d7f98214843a3a250d0d812e5a122 |
Eval Count | 0 |
Decode Time | 80 ms |