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 [ /* |-------------------------------------------------------------..

Decoded Output download

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Password Reminder Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match reasons
    | that are given by the password broker for a password update attempt
    | has failed, such as for an invalid token or invalid new password.
    |
    */

    'password' => 'Les mots de passe doivent avoir au moins six caractres et doivent tre identiques.',

    'user'     => 'Nous ne pouvons trouver cet utilisateur avec cette adresse courriel.',

    'token'    => "Ce jeton de rinitialisation du mot de passe n'est pas valide.",

    'sent'     => 'Rappel du mot de passe envoy !',

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Password Reminder Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match reasons
    | that are given by the password broker for a password update attempt
    | has failed, such as for an invalid token or invalid new password.
    |
    */

    'password' => 'Les mots de passe doivent avoir au moins six caractres et doivent tre identiques.',

    'user'     => 'Nous ne pouvons trouver cet utilisateur avec cette adresse courriel.',

    'token'    => "Ce jeton de rinitialisation du mot de passe n'est pas valide.",

    'sent'     => 'Rappel du mot de passe envoy !',

];

Function Calls

None

Variables

None

Stats

MD5 0c4d8fe32839bbaf6769006a3874767f
Eval Count 0
Decode Time 88 ms