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 contrasenyes han de contenir almenys 6 carcters i coincidir.',
    'reset'    => "La contrasenya s'ha restablert!",
    'sent'     => 'Recordatori de contrasenya enviat!',
    'token'    => 'Aquest token de recuperaci de contrasenya s invlid.',
    'user'     => 'No podem trobar a un usuari amb aquest correu electrnic.',

];
 ?>

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 contrasenyes han de contenir almenys 6 carcters i coincidir.',
    'reset'    => "La contrasenya s'ha restablert!",
    'sent'     => 'Recordatori de contrasenya enviat!',
    'token'    => 'Aquest token de recuperaci de contrasenya s invlid.',
    'user'     => 'No podem trobar a un usuari amb aquest correu electrnic.',

];

Function Calls

None

Variables

None

Stats

MD5 96197de4eb36e896b4f04ddd175cffa1
Eval Count 0
Decode Time 114 ms