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' => 'Se debe seleccionar al..

Decoded Output download

<?php

return [

    'distinct' => [
        'must_be_selected' => 'Se debe seleccionar al menos un campo :attribute.',
        'only_one_must_be_selected' => 'Se debe seleccionar solamente un campo :attribute.',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'distinct' => [
        'must_be_selected' => 'Se debe seleccionar al menos un campo :attribute.',
        'only_one_must_be_selected' => 'Se debe seleccionar solamente un campo :attribute.',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 97600a92f10a0c0ebdb50459ff2e364e
Eval Count 0
Decode Time 110 ms