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' => 'Minstens n :attribute ..

Decoded Output download

<?php

return [

    'distinct' => [
        'must_be_selected' => 'Minstens n :attribute veld moet worden geselecteerd.',
        'only_one_must_be_selected' => 'Slechts n :attribute veld mag worden geselecteerd.',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'distinct' => [
        'must_be_selected' => 'Minstens n :attribute veld moet worden geselecteerd.',
        'only_one_must_be_selected' => 'Slechts n :attribute veld mag worden geselecteerd.',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 e549c300b1665f586898a2e75da1ee3a
Eval Count 0
Decode Time 112 ms