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' => 'Deve ser seleccionado,..
Decoded Output download
<?php
return [
'distinct' => [
'must_be_selected' => 'Deve ser seleccionado, no mnimo, um campo :attribute.',
'only_one_must_be_selected' => 'Apenas um campo :attribute deve ser seleccionado.',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'distinct' => [
'must_be_selected' => 'Deve ser seleccionado, no mnimo, um campo :attribute.',
'only_one_must_be_selected' => 'Apenas um campo :attribute deve ser seleccionado.',
],
];
Function Calls
None |
Stats
MD5 | af001e5ba0480e99bda4dd85a2a51c6b |
Eval Count | 0 |
Decode Time | 99 ms |