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 array( /* |--------------------------------------------------------..

Decoded Output download

<?php

return array(

    /*
    |--------------------------------------------------------------------------
    | 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" => "Haso musi mie minimum 6 znakw i musi by potwierdzone.",
    "user"     => "Login lub e-mail jest niepoprawny",
    "token"    => 'Token resetowania hasa jest nieprawidowy lub wygas, lub nie pasuje do podanej nazwy uytkownika.',
    'sent'	   => 'Jeli w systemie istnieje podany uytkownik z prawidowym adresem e-mail, haso odzyskiwania zostao wysane na e-mail.',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    /*
    |--------------------------------------------------------------------------
    | 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" => "Haso musi mie minimum 6 znakw i musi by potwierdzone.",
    "user"     => "Login lub e-mail jest niepoprawny",
    "token"    => 'Token resetowania hasa jest nieprawidowy lub wygas, lub nie pasuje do podanej nazwy uytkownika.',
    'sent'	   => 'Jeli w systemie istnieje podany uytkownik z prawidowym adresem e-mail, haso odzyskiwania zostao wysane na e-mail.',

);

Function Calls

None

Variables

None

Stats

MD5 c1d04f220fb6ab8086fb88eeab8c2fbc
Eval Count 0
Decode Time 88 ms