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' => 'Mindst t :attribute fe..
Decoded Output download
<?php
return [
'distinct' => [
'must_be_selected' => 'Mindst t :attribute felt skal vre valgt.',
'only_one_must_be_selected' => 'Der m kun vlges t :attribute felt.',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'distinct' => [
'must_be_selected' => 'Mindst t :attribute felt skal vre valgt.',
'only_one_must_be_selected' => 'Der m kun vlges t :attribute felt.',
],
];
Function Calls
None |
Stats
MD5 | 76ac757ea8059a4d2d0acaf64b4a47e4 |
Eval Count | 0 |
Decode Time | 78 ms |