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 [ 'distinct' => [ 'must_be_selected' => ' :attribute ', ..
Decoded Output download
<?php
return [
'distinct' => [
'must_be_selected' => ' :attribute ',
'only_one_must_be_selected' => ' :attribute ',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'distinct' => [
'must_be_selected' => ' :attribute ',
'only_one_must_be_selected' => ' :attribute ',
],
];
Function Calls
None |
Stats
MD5 | 18680b5e50b9ae7fb1e6d6f8fe5fc1ca |
Eval Count | 0 |
Decode Time | 82 ms |