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-num..
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 | 6681da959b6f277c0a65021f57fc5338 |
Eval Count | 0 |
Decode Time | 132 ms |