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 .',
'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 .',
'comma-separated-integer' => ':attribute ',
];
Function Calls
None |
Stats
MD5 | b1a9d9198e363ba5f0811f700dbad816 |
Eval Count | 0 |
Decode Time | 83 ms |