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
 * - Serhan Apaydn
 * - Dominika
 */
return [
    'year' => '{1}wa DIS|:count DIS',
    'month' => '{1}wa jar|:count jar',
    'week' => '{1}wa hogh|:count hogh',
    'day' => '{1}wa jaj|:count jaj',
    'hour' => '{1}wa rep|:count rep',
    'minute' => '{1}wa tup|:count tup',
    'second' => '{1}puS lup|:count lup',
    'ago' => static function ($time) {
        $output = strtr($time, [
            'jaj' => 'Hu',
            'jar' => 'wen',
            'DIS' => 'ben',
        ]);

        return $output === $time ? "$time ret" : $output;
    },
    'from_now' => static function ($time) {
        $output = strtr($time, [
            'jaj' => 'leS',
            'jar' => 'waQ',
            'DIS' => 'nem',
        ]);

        return $output === $time ? "$time pIq" : $output;
    },
    'diff_yesterday' => 'waHu',
    'diff_today' => 'DaHjaj',
    'diff_tomorrow' => 'waleS',
    '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' => '[DaHjaj] LT',
        'nextDay' => '[waleS] LT',
        'nextWeek' => 'LLL',
        'lastDay' => '[waHu] LT',
        'lastWeek' => 'LLL',
        'sameElse' => 'L',
    ],
    'ordinal' => ':number.',
    'months' => ['tera jar wa', 'tera jar cha', 'tera jar wej', 'tera jar loS', 'tera jar vagh', 'tera jar jav', 'tera jar Soch', 'tera jar chorgh', 'tera jar Hut', 'tera jar wamaH', 'tera jar wamaH wa', 'tera jar wamaH cha'],
    'months_short' => ['jar wa', 'jar cha', 'jar wej', 'jar loS', 'jar vagh', 'jar jav', 'jar Soch', 'jar chorgh', 'jar Hut', 'jar wamaH', 'jar wamaH wa', 'jar wamaH cha'],
    'weekdays' => ['lojmItjaj', 'DaSjaj', 'povjaj', 'ghItlhjaj', 'loghjaj', 'buqjaj', 'ghInjaj'],
    'weekdays_short' => ['lojmItjaj', 'DaSjaj', 'povjaj', 'ghItlhjaj', 'loghjaj', 'buqjaj', 'ghInjaj'],
    'weekdays_min' => ['lojmItjaj', 'DaSjaj', 'povjaj', 'ghItlhjaj', 'loghjaj', 'buqjaj', 'ghInjaj'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' ej '],
];
 ?>

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
 * - Serhan Apaydn
 * - Dominika
 */
return [
    'year' => '{1}wa DIS|:count DIS',
    'month' => '{1}wa jar|:count jar',
    'week' => '{1}wa hogh|:count hogh',
    'day' => '{1}wa jaj|:count jaj',
    'hour' => '{1}wa rep|:count rep',
    'minute' => '{1}wa tup|:count tup',
    'second' => '{1}puS lup|:count lup',
    'ago' => static function ($time) {
        $output = strtr($time, [
            'jaj' => 'Hu',
            'jar' => 'wen',
            'DIS' => 'ben',
        ]);

        return $output === $time ? "$time ret" : $output;
    },
    'from_now' => static function ($time) {
        $output = strtr($time, [
            'jaj' => 'leS',
            'jar' => 'waQ',
            'DIS' => 'nem',
        ]);

        return $output === $time ? "$time pIq" : $output;
    },
    'diff_yesterday' => 'waHu',
    'diff_today' => 'DaHjaj',
    'diff_tomorrow' => 'waleS',
    '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' => '[DaHjaj] LT',
        'nextDay' => '[waleS] LT',
        'nextWeek' => 'LLL',
        'lastDay' => '[waHu] LT',
        'lastWeek' => 'LLL',
        'sameElse' => 'L',
    ],
    'ordinal' => ':number.',
    'months' => ['tera jar wa', 'tera jar cha', 'tera jar wej', 'tera jar loS', 'tera jar vagh', 'tera jar jav', 'tera jar Soch', 'tera jar chorgh', 'tera jar Hut', 'tera jar wamaH', 'tera jar wamaH wa', 'tera jar wamaH cha'],
    'months_short' => ['jar wa', 'jar cha', 'jar wej', 'jar loS', 'jar vagh', 'jar jav', 'jar Soch', 'jar chorgh', 'jar Hut', 'jar wamaH', 'jar wamaH wa', 'jar wamaH cha'],
    'weekdays' => ['lojmItjaj', 'DaSjaj', 'povjaj', 'ghItlhjaj', 'loghjaj', 'buqjaj', 'ghInjaj'],
    'weekdays_short' => ['lojmItjaj', 'DaSjaj', 'povjaj', 'ghItlhjaj', 'loghjaj', 'buqjaj', 'ghInjaj'],
    'weekdays_min' => ['lojmItjaj', 'DaSjaj', 'povjaj', 'ghItlhjaj', 'loghjaj', 'buqjaj', 'ghInjaj'],
    'first_day_of_week' => 1,
    'day_of_first_week_of_year' => 4,
    'list' => [', ', ' ej '],
];

Function Calls

None

Variables

None

Stats

MD5 735757d461ee396d7b993cf29bb3530b
Eval Count 0
Decode Time 87 ms