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' => ' necessario selezionar..
Decoded Output download
<?php
return [
'distinct' => [
'must_be_selected' => ' necessario selezionare almeno un campo :attribute.',
'only_one_must_be_selected' => ' necessario selezionare un solo campo :attribute.',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'distinct' => [
'must_be_selected' => ' necessario selezionare almeno un campo :attribute.',
'only_one_must_be_selected' => ' necessario selezionare un solo campo :attribute.',
],
];
Function Calls
None |
Stats
MD5 | 45c3033e9f37fd112cb300b2517affbe |
Eval Count | 0 |
Decode Time | 94 ms |