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 the Carbon package. * * (c) Brian Nesbitt <brian@nesb..

Decoded Output download

<?php

/**
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/*
 * Authors:
 * - Franois B
 * - JD Isaacks
 * - Fadion Dashi
 */
return [
    'year' => ':count vit|:count vjet',
    'a_year' => 'nj vit|:count vite',
    'y' => ':count v.',
    'month' => ':count muaj',
    'a_month' => 'nj muaj|:count muaj',
    'm' => ':count muaj',
    'week' => ':count jav',
    'a_week' => ':count jav|:count jav',
    'w' => ':count j.',
    'day' => ':count dit',
    'a_day' => 'nj dit|:count dit',
    'd' => ':count d.',
    'hour' => ':count or',
    'a_hour' => 'nj or|:count or',
    'h' => ':count o.',
    'minute' => ':count minut|:count minuta',
    'a_minute' => 'nj minut|:count minuta',
    'min' => ':count min.',
    'second' => ':count sekond|:count sekonda',
    'a_second' => 'disa sekonda|:count sekonda',
    's' => ':count s.',
    'ago' => ':time m par',
    'from_now' => 'n :time',
    'after' => ':time pas',
    'before' => ':time para',
    'diff_now' => 'tani',
    'diff_today' => 'Sot',
    'diff_today_regexp' => 'Sot(?:\s+n)?',
    'diff_yesterday' => 'dje',
    'diff_yesterday_regexp' => 'Dje(?:\s+n)?',
    'diff_tomorrow' => 'nesr',
    'diff_tomorrow_regexp' => 'Nesr(?:\s+n)?',
    'diff_before_yesterday' => 'pardje',
    'diff_after_tomorrow' => 'pasnesr',
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'DD/MM/YYYY',
        'LL' => 'D MMMM YYYY',
        'LLL' => 'D MMMM YYYY HH:mm',
        'LLLL' => 'dddd, D MMMM YYYY HH:mm',
    ],
    'calendar' => [
        'sameDay' => '[Sot n] LT',
        'nextDay' => '[Nesr n] LT',
        'nextWeek' => 'dddd [n] LT',
        'lastDay' => '[Dje n] LT',
        'lastWeek' => 'dddd [e kaluar n] LT',
        'sameElse' => 'L',
    ],
    'ordinal' => ':number.',
    'meridiem' => ['PD', 'MD'],
    'months' => ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', 'korrik', 'gusht', 'shtator', 'tetor', 'nntor', 'dhjetor'],
    'months_short' => ['jan', 'shk', 'mar', 'pri', 'maj', 'qer', 'kor', 'gus', 'sht', 'tet', 'nn', 'dhj'],
    'weekdays' => ['e diel', 'e hn', 'e mart', 'e mrkur', 'e enjte', 'e premte', 'e shtun'],
    'weekdays_short' => ['die', 'hn', 'mar', 'mr', 'enj', 'pre', 'sht'],
    'weekdays_min' => ['d', 'h', 'ma', 'm', 'e', 'p', 'sh'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' dhe '],
];
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/*
 * Authors:
 * - Franois B
 * - JD Isaacks
 * - Fadion Dashi
 */
return [
    'year' => ':count vit|:count vjet',
    'a_year' => 'nj vit|:count vite',
    'y' => ':count v.',
    'month' => ':count muaj',
    'a_month' => 'nj muaj|:count muaj',
    'm' => ':count muaj',
    'week' => ':count jav',
    'a_week' => ':count jav|:count jav',
    'w' => ':count j.',
    'day' => ':count dit',
    'a_day' => 'nj dit|:count dit',
    'd' => ':count d.',
    'hour' => ':count or',
    'a_hour' => 'nj or|:count or',
    'h' => ':count o.',
    'minute' => ':count minut|:count minuta',
    'a_minute' => 'nj minut|:count minuta',
    'min' => ':count min.',
    'second' => ':count sekond|:count sekonda',
    'a_second' => 'disa sekonda|:count sekonda',
    's' => ':count s.',
    'ago' => ':time m par',
    'from_now' => 'n :time',
    'after' => ':time pas',
    'before' => ':time para',
    'diff_now' => 'tani',
    'diff_today' => 'Sot',
    'diff_today_regexp' => 'Sot(?:\\s+n)?',
    'diff_yesterday' => 'dje',
    'diff_yesterday_regexp' => 'Dje(?:\\s+n)?',
    'diff_tomorrow' => 'nesr',
    'diff_tomorrow_regexp' => 'Nesr(?:\\s+n)?',
    'diff_before_yesterday' => 'pardje',
    'diff_after_tomorrow' => 'pasnesr',
    'formats' => [
        'LT' => 'HH:mm',
        'LTS' => 'HH:mm:ss',
        'L' => 'DD/MM/YYYY',
        'LL' => 'D MMMM YYYY',
        'LLL' => 'D MMMM YYYY HH:mm',
        'LLLL' => 'dddd, D MMMM YYYY HH:mm',
    ],
    'calendar' => [
        'sameDay' => '[Sot n] LT',
        'nextDay' => '[Nesr n] LT',
        'nextWeek' => 'dddd [n] LT',
        'lastDay' => '[Dje n] LT',
        'lastWeek' => 'dddd [e kaluar n] LT',
        'sameElse' => 'L',
    ],
    'ordinal' => ':number.',
    'meridiem' => ['PD', 'MD'],
    'months' => ['janar', 'shkurt', 'mars', 'prill', 'maj', 'qershor', 'korrik', 'gusht', 'shtator', 'tetor', 'nntor', 'dhjetor'],
    'months_short' => ['jan', 'shk', 'mar', 'pri', 'maj', 'qer', 'kor', 'gus', 'sht', 'tet', 'nn', 'dhj'],
    'weekdays' => ['e diel', 'e hn', 'e mart', 'e mrkur', 'e enjte', 'e premte', 'e shtun'],
    'weekdays_short' => ['die', 'hn', 'mar', 'mr', 'enj', 'pre', 'sht'],
    'weekdays_min' => ['d', 'h', 'ma', 'm', 'e', 'p', 'sh'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' dhe '],
];

Function Calls

None

Variables

None

Stats

MD5 c579c4d7a54d8d1a6954bb8d4542e901
Eval Count 0
Decode Time 123 ms