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

return [
    'year' => '[0,1]:count ar|:count ars',
    'y' => '[0,1]:count ar|:count ars',
    'month' => '[0,1]:count mes|:count mesen',
    'm' => '[0,1]:count mes|:count mesen',
    'week' => '[0,1]:count seifetziua|:count seifetziuas',
    'w' => '[0,1]:count seifetziua|:count seifetziuas',
    'day' => '[0,1]:count ziua|:count ziuas',
    'd' => '[0,1]:count ziua|:count ziuas',
    'hour' => '[0,1]:count ora|:count oras',
    'h' => '[0,1]:count ora|:count oras',
    'minute' => '[0,1]:count mut|:count muts',
    'min' => '[0,1]:count mut|:count muts',
    'second' => ':count secunds',
    's' => ':count secunds',

    'ago' => 'ja :time',
    'from_now' => 'osprei :time',

    'diff_yesterday' => 'ieiri',
    'diff_yesterday_regexp' => 'ieiri(?:\s+)?',
    'diff_today' => 'oxhi',
    'diff_today_regexp' => 'oxhi(?:\s+)?',
    'diff_tomorrow' => 'dem',
    'diff_tomorrow_regexp' => 'dem(?:\s+)?',

    'formats' => [
        'LT' => 'HH.mm',
        'LTS' => 'HH.mm.ss',
        'L' => 'DD.MM.YYYY',
        'LL' => 'D. MMMM [dallas] YYYY',
        'LLL' => 'D. MMMM [dallas] YYYY HH.mm',
        'LLLL' => 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',
    ],

    'calendar' => [
        'sameDay' => '[oxhi ] LT',
        'nextDay' => '[dem ] LT',
        'nextWeek' => 'dddd [] LT',
        'lastDay' => '[ieiri ] LT',
        'lastWeek' => '[sr el] dddd [lasteu ] LT',
        'sameElse' => 'L',
    ],

    'meridiem' => ["D'A", "D'O"],
    'months' => ['Januar', 'Fevraglh', 'Mar', 'Avru', 'Mai', 'Gn', 'Julia', 'Guscht', 'Setemvar', 'Listopts', 'Noemvar', 'Zecemvar'],
    'months_short' => ['Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Gn', 'Jul', 'Gus', 'Set', 'Lis', 'Noe', 'Zec'],
    'weekdays' => ['Sladi', 'Lnei', 'Maitzi', 'Mrcuri', 'Xhadi', 'Vineri', 'Sturi'],
    'weekdays_short' => ['Sl', 'Ln', 'Mai', 'Mr', 'Xh', 'Vi', 'St'],
    'weekdays_min' => ['S', 'L', 'Ma', 'M', 'Xh', 'Vi', 'S'],
    'ordinal' => ':number.',
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
];
 ?>

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

return [
    'year' => '[0,1]:count ar|:count ars',
    'y' => '[0,1]:count ar|:count ars',
    'month' => '[0,1]:count mes|:count mesen',
    'm' => '[0,1]:count mes|:count mesen',
    'week' => '[0,1]:count seifetziua|:count seifetziuas',
    'w' => '[0,1]:count seifetziua|:count seifetziuas',
    'day' => '[0,1]:count ziua|:count ziuas',
    'd' => '[0,1]:count ziua|:count ziuas',
    'hour' => '[0,1]:count ora|:count oras',
    'h' => '[0,1]:count ora|:count oras',
    'minute' => '[0,1]:count mut|:count muts',
    'min' => '[0,1]:count mut|:count muts',
    'second' => ':count secunds',
    's' => ':count secunds',

    'ago' => 'ja :time',
    'from_now' => 'osprei :time',

    'diff_yesterday' => 'ieiri',
    'diff_yesterday_regexp' => 'ieiri(?:\\s+)?',
    'diff_today' => 'oxhi',
    'diff_today_regexp' => 'oxhi(?:\\s+)?',
    'diff_tomorrow' => 'dem',
    'diff_tomorrow_regexp' => 'dem(?:\\s+)?',

    'formats' => [
        'LT' => 'HH.mm',
        'LTS' => 'HH.mm.ss',
        'L' => 'DD.MM.YYYY',
        'LL' => 'D. MMMM [dallas] YYYY',
        'LLL' => 'D. MMMM [dallas] YYYY HH.mm',
        'LLLL' => 'dddd, [li] D. MMMM [dallas] YYYY HH.mm',
    ],

    'calendar' => [
        'sameDay' => '[oxhi ] LT',
        'nextDay' => '[dem ] LT',
        'nextWeek' => 'dddd [] LT',
        'lastDay' => '[ieiri ] LT',
        'lastWeek' => '[sr el] dddd [lasteu ] LT',
        'sameElse' => 'L',
    ],

    'meridiem' => ["D'A", "D'O"],
    'months' => ['Januar', 'Fevraglh', 'Mar', 'Avru', 'Mai', 'Gn', 'Julia', 'Guscht', 'Setemvar', 'Listopts', 'Noemvar', 'Zecemvar'],
    'months_short' => ['Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Gn', 'Jul', 'Gus', 'Set', 'Lis', 'Noe', 'Zec'],
    'weekdays' => ['Sladi', 'Lnei', 'Maitzi', 'Mrcuri', 'Xhadi', 'Vineri', 'Sturi'],
    'weekdays_short' => ['Sl', 'Ln', 'Mai', 'Mr', 'Xh', 'Vi', 'St'],
    'weekdays_min' => ['S', 'L', 'Ma', 'M', 'Xh', 'Vi', 'S'],
    'ordinal' => ':number.',
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
];

Function Calls

None

Variables

None

Stats

MD5 9b1b746c1a87eff3d051583d0f4c5ca0
Eval Count 0
Decode Time 112 ms