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