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 [

    /*
    |--------------------------------------------------------------------------
    | Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain the default error messages used by
    | the validator class. Some of these rules have multiple versions such
    | such as the size rules. Feel free to tweak each of these messages.
    |
    */

    "accepted"         => ":attribute m aksepteres.",
    "active_url"       => ":attribute er ikke en gyldig URL.",
    "after"            => ":attribute m vre en dato etter :date.",
    "alpha"            => ":attribute kan kun inneholde bokstaver.",
    "alpha_dash"       => ":attribute kan kun inneholde bokstaver, tall og bindestreker.",
    "alpha_num"        => ":attribute kan kun inneholde bokstaver og tall.",
    "array"            => ":attribute m vre et array.",
    "before"           => ":attribute m vre en dato fr :date.",
    "between"          => [
        "numeric" => ":attribute m vre mellom :min - :max.",
        "file"    => ":attribute m vre mellom :min - :max kilobytes.",
        "string"  => ":attribute m vre mellom :min - :max tegn.",
        "array"   => ":attribute m ha mellom :min - :max elementer.",
    ],
    "confirmed"        => ":attribute bekreftelse samsvarer ikke.",
    "date"             => ":attribute er ikke en gyldig dato.",
    "date_format"      => ":attribute samsvarer ikke med formatet :format.",
    "different"        => ":attribute og :other m vre forskjellig.",
    "digits"           => ":attribute m vre :digits tall.",
    "digits_between"   => ":attribute m vre mellom :min og :max tall.",
    "email"            => ":attribute format ugyldig.",
    "exists"           => "Valgt :attribute er ugyldig.",
    "image"            => ":attribute m vre et bilde.",
    "in"               => "Valgt :attribute er ugyldig.",
    "integer"          => ":attribute m vre et heltall.",
    "ip"               => ":attribute m vre en gyldig IP-adresse.",
    "max"              => [
        "numeric" => ":attribute kan ikke vre strre enn :max.",
        "file"    => ":attribute kan ikke vre strre enn :max kilobytes.",
        "string"  => ":attribute kan ikke inneholde mer enn :max tegn.",
        "array"   => ":attribute kan ikke ha mer enn :max elementer.",
    ],
    "mimes"            => ":attribute m vre av filtype: :values.",
    "extensions"       => ":attribute m ha filendelse: :values.",
    "min"              => [
        "numeric" => ":attribute m vre minst :min.",
        "file"    => ":attribute m vre minst :min kilobytes.",
        "string"  => ":attribute m vre minst :min tegn.",
        "array"   => ":attribute m ha minst :min elementer.",
    ],
    "not_in"           => "Valgt :attribute er ugyldig.",
    "numeric"          => ":attribute m vre et tall.",
    "regex"            => ":attribute format er ugyldig.",
    "required"         => ":attribute felt kreves.",
    "required_if"      => ":attribute felt kreves nr :other er :value.",
    "required_with"    => ":attribute felt kreves nr :values er til stede.",
    "required_without" => ":attribute felt kreves nr :values ikke er til stede.",
    "same"             => ":attribute og :other m samsvare.",
    "size"             => [
        "numeric" => ":attribute m vre :size.",
        "file"    => ":attribute m vre :size kilobytes.",
        "string"  => ":attribute m vre :size tegn.",
        "array"   => " :attribute m inneholde :size elementer.",
    ],
    "unique"           => ":attribute er allerede i bruk.",
    "url"              => ":attribute format er ugyldig.",

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | Here you may specify custom validation messages for attributes using the
    | convention "attribute.rule" to name the lines. This makes it quick to
    | specify a specific custom language line for a given attribute rule.
    |
    */

    'custom' => [],

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Attributes
    |--------------------------------------------------------------------------
    |
    | The following language lines are used to swap attribute place-holders
    | with something more reader friendly such as E-Mail Address instead
    | of "email". This simply helps us make messages a little cleaner.
    |
    */

    'attributes' => [],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain the default error messages used by
    | the validator class. Some of these rules have multiple versions such
    | such as the size rules. Feel free to tweak each of these messages.
    |
    */

    "accepted"         => ":attribute m aksepteres.",
    "active_url"       => ":attribute er ikke en gyldig URL.",
    "after"            => ":attribute m vre en dato etter :date.",
    "alpha"            => ":attribute kan kun inneholde bokstaver.",
    "alpha_dash"       => ":attribute kan kun inneholde bokstaver, tall og bindestreker.",
    "alpha_num"        => ":attribute kan kun inneholde bokstaver og tall.",
    "array"            => ":attribute m vre et array.",
    "before"           => ":attribute m vre en dato fr :date.",
    "between"          => [
        "numeric" => ":attribute m vre mellom :min - :max.",
        "file"    => ":attribute m vre mellom :min - :max kilobytes.",
        "string"  => ":attribute m vre mellom :min - :max tegn.",
        "array"   => ":attribute m ha mellom :min - :max elementer.",
    ],
    "confirmed"        => ":attribute bekreftelse samsvarer ikke.",
    "date"             => ":attribute er ikke en gyldig dato.",
    "date_format"      => ":attribute samsvarer ikke med formatet :format.",
    "different"        => ":attribute og :other m vre forskjellig.",
    "digits"           => ":attribute m vre :digits tall.",
    "digits_between"   => ":attribute m vre mellom :min og :max tall.",
    "email"            => ":attribute format ugyldig.",
    "exists"           => "Valgt :attribute er ugyldig.",
    "image"            => ":attribute m vre et bilde.",
    "in"               => "Valgt :attribute er ugyldig.",
    "integer"          => ":attribute m vre et heltall.",
    "ip"               => ":attribute m vre en gyldig IP-adresse.",
    "max"              => [
        "numeric" => ":attribute kan ikke vre strre enn :max.",
        "file"    => ":attribute kan ikke vre strre enn :max kilobytes.",
        "string"  => ":attribute kan ikke inneholde mer enn :max tegn.",
        "array"   => ":attribute kan ikke ha mer enn :max elementer.",
    ],
    "mimes"            => ":attribute m vre av filtype: :values.",
    "extensions"       => ":attribute m ha filendelse: :values.",
    "min"              => [
        "numeric" => ":attribute m vre minst :min.",
        "file"    => ":attribute m vre minst :min kilobytes.",
        "string"  => ":attribute m vre minst :min tegn.",
        "array"   => ":attribute m ha minst :min elementer.",
    ],
    "not_in"           => "Valgt :attribute er ugyldig.",
    "numeric"          => ":attribute m vre et tall.",
    "regex"            => ":attribute format er ugyldig.",
    "required"         => ":attribute felt kreves.",
    "required_if"      => ":attribute felt kreves nr :other er :value.",
    "required_with"    => ":attribute felt kreves nr :values er til stede.",
    "required_without" => ":attribute felt kreves nr :values ikke er til stede.",
    "same"             => ":attribute og :other m samsvare.",
    "size"             => [
        "numeric" => ":attribute m vre :size.",
        "file"    => ":attribute m vre :size kilobytes.",
        "string"  => ":attribute m vre :size tegn.",
        "array"   => " :attribute m inneholde :size elementer.",
    ],
    "unique"           => ":attribute er allerede i bruk.",
    "url"              => ":attribute format er ugyldig.",

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | Here you may specify custom validation messages for attributes using the
    | convention "attribute.rule" to name the lines. This makes it quick to
    | specify a specific custom language line for a given attribute rule.
    |
    */

    'custom' => [],

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Attributes
    |--------------------------------------------------------------------------
    |
    | The following language lines are used to swap attribute place-holders
    | with something more reader friendly such as E-Mail Address instead
    | of "email". This simply helps us make messages a little cleaner.
    |
    */

    'attributes' => [],

];

Function Calls

None

Variables

None

Stats

MD5 92a23af0565383814b046ffd076a9054
Eval Count 0
Decode Time 80 ms