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 /* * This file is part of Cachet. * * (c) Alt Three Services Limited * * For t..

Decoded Output download

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

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
    | as the size rules. Feel free to tweak each of these messages here.
    |
    */

    'accepted'   => ':attribute skal accepteres.',
    'active_url' => ':attribute er ikke en valid URL.',
    'after'      => ':attribute skal vre efter den :date.',
    'alpha'      => ':attribute m kun indeholde bogstaver.',
    'alpha_dash' => ':attribute m kun indeholde bogstaver, tal og bindestreger.',
    'alpha_num'  => ':attribute m kun indeholde tal og bogstaver.',
    'array'      => ':attribute skal vre et array.',
    'before'     => ':attribute skal vre fr den :date.',
    'between'    => [
        'numeric' => ':attribute skal vre fr den :date.',
        'file'    => 'The :attribute must be between :min and :max.',
        'string'  => 'The :attribute must be between :min and :max kilobytes.',
        'array'   => ':attribute skal have mellem :min og :max emner.',
    ],
    'boolean'        => ':attribute skal have mellem :min og :max emner.',
    'confirmed'      => 'The :attribute field must be true or false.',
    'date'           => 'The :attribute confirmation does not match.',
    'date_format'    => 'The :attribute is not a valid date.',
    'different'      => 'The :attribute does not match the format :format.',
    'digits'         => 'The :attribute and :other must be different.',
    'digits_between' => 'The :attribute must be :digits digits.',
    'email'          => 'The :attribute must be between :min and :max digits.',
    'exists'         => 'The :attribute must be a valid email address.',
    'distinct'       => 'The :attribute field has a duplicate value.',
    'filled'         => 'Formatet af :attribute er ugyldigt.',
    'image'          => ':attribute skal vre et billede.',
    'in'             => ':attribute skal vre et billede.',
    'in_array'       => 'The :attribute field does not exist in :other.',
    'integer'        => 'The selected :attribute is invalid.',
    'ip'             => 'The :attribute must be an integer.',
    'json'           => ':attribute skal vre en gyldig JSON streng.',
    'max'            => [
        'numeric' => 'The :attribute must be a valid IP address.',
        'file'    => 'The :attribute may not be greater than :max.',
        'string'  => 'The :attribute may not be greater than :max kilobytes.',
        'array'   => ':attribute m ikke have mere end :max emner.',
    ],
    'mimes' => ':attribute m ikke have mere end :max emner.',
    'min'   => [
        'numeric' => 'The :attribute must be a file of type: :values.',
        'file'    => ':attribute skal vre mindst :min kilobytes.',
        'string'  => ':attribute skal vre mindst :min kilobytes.',
        'array'   => 'The :attribute must be at least :min characters.',
    ],
    'not_in'               => 'The :attribute must have at least :min items.',
    'numeric'              => 'The selected :attribute is invalid.',
    'present'              => 'The :attribute field must be present.',
    'regex'                => 'The :attribute must be a number.',
    'required'             => 'Formatet af :attribute er ugyldigt.',
    'required_if'          => 'The :attribute field is required.',
    'required_unless'      => ':attribute feltet er pkrvet, medmindre :other er i :values.',
    'required_with'        => 'The :attribute field is required when :other is :value.',
    'required_with_all'    => 'Feltet :attribute er krvet nr :values eksisterer.',
    'required_without'     => 'Feltet :attribute er krvet nr :values eksisterer.',
    'required_without_all' => 'The :attribute field is required when :values is not present.',
    'same'                 => 'The :attribute field is required when none of :values are present.',
    'size'                 => [
        'numeric' => 'The :attribute and :other must match.',
        'file'    => ':attribute skal vre :size kilobytes.',
        'string'  => ':attribute skal vre :size karakterer.',
        'array'   => ':attribute skal vre :size karakterer.',
    ],
    'string'   => 'The :attribute must contain :size items.',
    'timezone' => ':attribute skal vre en gyldig zone.',
    'unique'   => ':attribute er allerede i brug.',
    'url'      => 'Formatet af :attribute er ugyldigt.',

    /*
    |--------------------------------------------------------------------------
    | 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' => [
        'attribute-name' => [
            'rule-name' => 'tilpasset-besked',
        ],
    ],

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

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

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
    | as the size rules. Feel free to tweak each of these messages here.
    |
    */

    'accepted'   => ':attribute skal accepteres.',
    'active_url' => ':attribute er ikke en valid URL.',
    'after'      => ':attribute skal vre efter den :date.',
    'alpha'      => ':attribute m kun indeholde bogstaver.',
    'alpha_dash' => ':attribute m kun indeholde bogstaver, tal og bindestreger.',
    'alpha_num'  => ':attribute m kun indeholde tal og bogstaver.',
    'array'      => ':attribute skal vre et array.',
    'before'     => ':attribute skal vre fr den :date.',
    'between'    => [
        'numeric' => ':attribute skal vre fr den :date.',
        'file'    => 'The :attribute must be between :min and :max.',
        'string'  => 'The :attribute must be between :min and :max kilobytes.',
        'array'   => ':attribute skal have mellem :min og :max emner.',
    ],
    'boolean'        => ':attribute skal have mellem :min og :max emner.',
    'confirmed'      => 'The :attribute field must be true or false.',
    'date'           => 'The :attribute confirmation does not match.',
    'date_format'    => 'The :attribute is not a valid date.',
    'different'      => 'The :attribute does not match the format :format.',
    'digits'         => 'The :attribute and :other must be different.',
    'digits_between' => 'The :attribute must be :digits digits.',
    'email'          => 'The :attribute must be between :min and :max digits.',
    'exists'         => 'The :attribute must be a valid email address.',
    'distinct'       => 'The :attribute field has a duplicate value.',
    'filled'         => 'Formatet af :attribute er ugyldigt.',
    'image'          => ':attribute skal vre et billede.',
    'in'             => ':attribute skal vre et billede.',
    'in_array'       => 'The :attribute field does not exist in :other.',
    'integer'        => 'The selected :attribute is invalid.',
    'ip'             => 'The :attribute must be an integer.',
    'json'           => ':attribute skal vre en gyldig JSON streng.',
    'max'            => [
        'numeric' => 'The :attribute must be a valid IP address.',
        'file'    => 'The :attribute may not be greater than :max.',
        'string'  => 'The :attribute may not be greater than :max kilobytes.',
        'array'   => ':attribute m ikke have mere end :max emner.',
    ],
    'mimes' => ':attribute m ikke have mere end :max emner.',
    'min'   => [
        'numeric' => 'The :attribute must be a file of type: :values.',
        'file'    => ':attribute skal vre mindst :min kilobytes.',
        'string'  => ':attribute skal vre mindst :min kilobytes.',
        'array'   => 'The :attribute must be at least :min characters.',
    ],
    'not_in'               => 'The :attribute must have at least :min items.',
    'numeric'              => 'The selected :attribute is invalid.',
    'present'              => 'The :attribute field must be present.',
    'regex'                => 'The :attribute must be a number.',
    'required'             => 'Formatet af :attribute er ugyldigt.',
    'required_if'          => 'The :attribute field is required.',
    'required_unless'      => ':attribute feltet er pkrvet, medmindre :other er i :values.',
    'required_with'        => 'The :attribute field is required when :other is :value.',
    'required_with_all'    => 'Feltet :attribute er krvet nr :values eksisterer.',
    'required_without'     => 'Feltet :attribute er krvet nr :values eksisterer.',
    'required_without_all' => 'The :attribute field is required when :values is not present.',
    'same'                 => 'The :attribute field is required when none of :values are present.',
    'size'                 => [
        'numeric' => 'The :attribute and :other must match.',
        'file'    => ':attribute skal vre :size kilobytes.',
        'string'  => ':attribute skal vre :size karakterer.',
        'array'   => ':attribute skal vre :size karakterer.',
    ],
    'string'   => 'The :attribute must contain :size items.',
    'timezone' => ':attribute skal vre en gyldig zone.',
    'unique'   => ':attribute er allerede i brug.',
    'url'      => 'Formatet af :attribute er ugyldigt.',

    /*
    |--------------------------------------------------------------------------
    | 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' => [
        'attribute-name' => [
            'rule-name' => 'tilpasset-besked',
        ],
    ],

    /*
    |--------------------------------------------------------------------------
    | 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 e8a9814332862bbe3a7135fe02a892f1
Eval Count 0
Decode Time 94 ms