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' => 'Au moins un champ :att..

Decoded Output download

<?php

return [

    'distinct' => [
        'must_be_selected' => 'Au moins un champ :attribute doit tre slectionn.',
        'only_one_must_be_selected' => 'Seulement un champ :attribute doit tre slectionn.',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'distinct' => [
        'must_be_selected' => 'Au moins un champ :attribute doit tre slectionn.',
        'only_one_must_be_selected' => 'Seulement un champ :attribute doit tre slectionn.',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 10c3ce6ac053b713d720eec0477403f9
Eval Count 0
Decode Time 80 ms