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 [ 'address' => ' : .', 'alpha-numeric-space..
Decoded Output download
<?php
return [
'address' => ' : .',
'alpha-numeric-space' => ' : .',
'code' => ' .',
'decimal' => ': .',
'phone-number' => ' .',
'slug' => ' URL .',
'comma-separated-integer' => ' .',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'address' => ' : .',
'alpha-numeric-space' => ' : .',
'code' => ' .',
'decimal' => ': .',
'phone-number' => ' .',
'slug' => ' URL .',
'comma-separated-integer' => ' .',
];
Function Calls
| None |
Stats
| MD5 | 6d745e36ff3eaa62f1ce8429d0626def |
| Eval Count | 0 |
| Decode Time | 78 ms |