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 array_replace_recursive(require __DIR__.'/en.php', [
    'meridiem' => ['', ''],
    'weekdays' => ['ksia', 'dzoa', 'blaa', 'kua', 'yawoa', 'fia', 'memlea'],
    'weekdays_short' => ['ks', 'dzo', 'bla', 'ku', 'yaw', 'fi', 'mem'],
    'weekdays_min' => ['ks', 'dzo', 'bla', 'ku', 'yaw', 'fi', 'mem'],
    'months' => ['dzove', 'dzodze', 'tedoxe', 'affe', 'dama', 'masa', 'siamlm', 'deasiamime', 'anyny', 'kele', 'ademekpxe', 'dzome'],
    'months_short' => ['dzv', 'dzd', 'ted', 'af', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'],
    'first_day_of_week' => 1,
    'formats' => [
        'LT' => 'a [ga] h:mm',
        'LTS' => 'a [ga] h:mm:ss',
        'L' => 'M/D/YYYY',
        'LL' => 'MMM D [lia], YYYY',
        'LLL' => 'a [ga] h:mm MMMM D [lia] YYYY',
        'LLLL' => 'a [ga] h:mm dddd, MMMM D [lia] YYYY',
    ],

    'year' => 'e :count',
    'y' => 'e :count',
    'a_year' => 'e :count',

    'month' => 'leti :count',
    'm' => 'leti :count',
    'a_month' => 'leti :count',

    'week' => 'kwasia :count',
    'w' => 'kwasia :count',
    'a_week' => 'kwasia :count',

    'day' => 'keke :count',
    'd' => 'keke :count',
    'a_day' => 'keke :count',

    'hour' => 'gaoo :count',
    'h' => 'gaoo :count',
    'a_hour' => 'gaoo :count',

    'minute' => 'miniti :count', // less reliable
    'min' => 'miniti :count', // less reliable
    'a_minute' => 'miniti :count', // less reliable

    'second' => 'sknd :count', // less reliable
    's' => 'sknd :count', // less reliable
    'a_second' => 'sknd :count', // less reliable
]);
 ?>

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 array_replace_recursive(require __DIR__.'/en.php', [
    'meridiem' => ['', ''],
    'weekdays' => ['ksia', 'dzoa', 'blaa', 'kua', 'yawoa', 'fia', 'memlea'],
    'weekdays_short' => ['ks', 'dzo', 'bla', 'ku', 'yaw', 'fi', 'mem'],
    'weekdays_min' => ['ks', 'dzo', 'bla', 'ku', 'yaw', 'fi', 'mem'],
    'months' => ['dzove', 'dzodze', 'tedoxe', 'affe', 'dama', 'masa', 'siamlm', 'deasiamime', 'anyny', 'kele', 'ademekpxe', 'dzome'],
    'months_short' => ['dzv', 'dzd', 'ted', 'af', 'dam', 'mas', 'sia', 'dea', 'any', 'kel', 'ade', 'dzm'],
    'first_day_of_week' => 1,
    'formats' => [
        'LT' => 'a [ga] h:mm',
        'LTS' => 'a [ga] h:mm:ss',
        'L' => 'M/D/YYYY',
        'LL' => 'MMM D [lia], YYYY',
        'LLL' => 'a [ga] h:mm MMMM D [lia] YYYY',
        'LLLL' => 'a [ga] h:mm dddd, MMMM D [lia] YYYY',
    ],

    'year' => 'e :count',
    'y' => 'e :count',
    'a_year' => 'e :count',

    'month' => 'leti :count',
    'm' => 'leti :count',
    'a_month' => 'leti :count',

    'week' => 'kwasia :count',
    'w' => 'kwasia :count',
    'a_week' => 'kwasia :count',

    'day' => 'keke :count',
    'd' => 'keke :count',
    'a_day' => 'keke :count',

    'hour' => 'gaoo :count',
    'h' => 'gaoo :count',
    'a_hour' => 'gaoo :count',

    'minute' => 'miniti :count', // less reliable
    'min' => 'miniti :count', // less reliable
    'a_minute' => 'miniti :count', // less reliable

    'second' => 'sknd :count', // less reliable
    's' => 'sknd :count', // less reliable
    'a_second' => 'sknd :count', // less reliable
]);

Function Calls

None

Variables

None

Stats

MD5 9ff0d0bd029a41835056975869827aea
Eval Count 0
Decode Time 95 ms