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:
* - Kristian Sakarisson
* - Franois B
* - JD Isaacks
* - Sverri Mohr Olsen
*/
return [
'year' => 'eitt r|:count r',
'y' => ':count r|:count r',
'month' => 'ein mnai|:count mnair',
'm' => ':count mnaur|:count mnair',
'week' => ':count vika|:count vikur',
'w' => ':count vika|:count vikur',
'day' => 'ein dagur|:count dagar',
'd' => ':count dag|:count dagar',
'hour' => 'ein tmi|:count tmar',
'h' => ':count tmi|:count tmar',
'minute' => 'ein minutt|:count minuttir',
'min' => ':count minutt|:count minuttir',
'second' => 'f sekund|:count sekundir',
's' => ':count sekund|:count sekundir',
'ago' => ':time sani',
'from_now' => 'um :time',
'after' => ':time aftan',
'before' => ':time renn',
'diff_today' => '',
'diff_yesterday' => '',
'diff_yesterday_regexp' => '(?:\s+gjr)?(?:\s+kl.)?',
'diff_tomorrow' => '',
'diff_tomorrow_regexp' => '(?:\s+morgin)?(?:\s+kl.)?',
'diff_today_regexp' => '(?:\s+dag)?(?:\s+kl.)?',
'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' => '[ dag kl.] LT',
'nextDay' => '[ morgin kl.] LT',
'nextWeek' => 'dddd [kl.] LT',
'lastDay' => '[ gjr kl.] LT',
'lastWeek' => '[sstu] dddd [kl] LT',
'sameElse' => 'L',
],
'ordinal' => ':number.',
'months' => ['januar', 'februar', 'mars', 'aprl', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'],
'months_short' => ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'],
'weekdays' => ['sunnudagur', 'mnadagur', 'tsdagur', 'mikudagur', 'hsdagur', 'frggjadagur', 'leygardagur'],
'weekdays_short' => ['sun', 'mn', 'ts', 'mik', 'hs', 'fr', 'ley'],
'weekdays_min' => ['su', 'm', 't', 'mi', 'h', 'fr', 'le'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' og '],
];
?>
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:
* - Kristian Sakarisson
* - Franois B
* - JD Isaacks
* - Sverri Mohr Olsen
*/
return [
'year' => 'eitt r|:count r',
'y' => ':count r|:count r',
'month' => 'ein mnai|:count mnair',
'm' => ':count mnaur|:count mnair',
'week' => ':count vika|:count vikur',
'w' => ':count vika|:count vikur',
'day' => 'ein dagur|:count dagar',
'd' => ':count dag|:count dagar',
'hour' => 'ein tmi|:count tmar',
'h' => ':count tmi|:count tmar',
'minute' => 'ein minutt|:count minuttir',
'min' => ':count minutt|:count minuttir',
'second' => 'f sekund|:count sekundir',
's' => ':count sekund|:count sekundir',
'ago' => ':time sani',
'from_now' => 'um :time',
'after' => ':time aftan',
'before' => ':time renn',
'diff_today' => '',
'diff_yesterday' => '',
'diff_yesterday_regexp' => '(?:\\s+gjr)?(?:\\s+kl.)?',
'diff_tomorrow' => '',
'diff_tomorrow_regexp' => '(?:\\s+morgin)?(?:\\s+kl.)?',
'diff_today_regexp' => '(?:\\s+dag)?(?:\\s+kl.)?',
'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' => '[ dag kl.] LT',
'nextDay' => '[ morgin kl.] LT',
'nextWeek' => 'dddd [kl.] LT',
'lastDay' => '[ gjr kl.] LT',
'lastWeek' => '[sstu] dddd [kl] LT',
'sameElse' => 'L',
],
'ordinal' => ':number.',
'months' => ['januar', 'februar', 'mars', 'aprl', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember'],
'months_short' => ['jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des'],
'weekdays' => ['sunnudagur', 'mnadagur', 'tsdagur', 'mikudagur', 'hsdagur', 'frggjadagur', 'leygardagur'],
'weekdays_short' => ['sun', 'mn', 'ts', 'mik', 'hs', 'fr', 'ley'],
'weekdays_min' => ['su', 'm', 't', 'mi', 'h', 'fr', 'le'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' og '],
];
Function Calls
None |
Stats
MD5 | a44d1504401aab70e1451b0fb7e9adba |
Eval Count | 0 |
Decode Time | 108 ms |