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:
* - Wacaw Jacek
* - Franois B
* - Tim Fish
* - Serhan Apaydn
* - Massimiliano Caniparoli
* - JD Isaacks
* - Jakub Szwacz
* - Jan
* - Paul
* - damlys
* - Marek (marast78)
* - Peter (UnrulyNatives)
* - Qrzysio
* - Jan (aso824)
* - diverpl
*/
use Carbon\CarbonInterface;
return [
'year' => ':count rok|:count lata|:count lat',
'a_year' => 'rok|:count lata|:count lat',
'y' => ':count r|:count l|:count l',
'month' => ':count miesic|:count miesice|:count miesicy',
'a_month' => 'miesic|:count miesice|:count miesicy',
'm' => ':count mies.',
'week' => ':count tydzie|:count tygodnie|:count tygodni',
'a_week' => 'tydzie|:count tygodnie|:count tygodni',
'w' => ':count tyg.',
'day' => ':count dzie|:count dni|:count dni',
'a_day' => 'dzie|:count dni|:count dni',
'd' => ':count d',
'hour' => ':count godzina|:count godziny|:count godzin',
'a_hour' => 'godzina|:count godziny|:count godzin',
'h' => ':count godz.',
'minute' => ':count minuta|:count minuty|:count minut',
'a_minute' => 'minuta|:count minuty|:count minut',
'min' => ':count min',
'second' => ':count sekunda|:count sekundy|:count sekund',
'a_second' => '{1}kilka sekund|:count sekunda|:count sekundy|:count sekund',
's' => ':count sek.',
'ago' => ':time temu',
'from_now' => static function ($time) {
return 'za '.strtr($time, [
'godzina' => 'godzin',
'minuta' => 'minut',
'sekunda' => 'sekund',
]);
},
'after' => ':time po',
'before' => ':time przed',
'diff_now' => 'teraz',
'diff_today' => 'Dzi',
'diff_today_regexp' => 'Dzi(?:\s+o)?',
'diff_yesterday' => 'wczoraj',
'diff_yesterday_regexp' => 'Wczoraj(?:\s+o)?',
'diff_tomorrow' => 'jutro',
'diff_tomorrow_regexp' => 'Jutro(?:\s+o)?',
'diff_before_yesterday' => 'przedwczoraj',
'diff_after_tomorrow' => 'pojutrze',
'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' => '[Dzi o] LT',
'nextDay' => '[Jutro o] LT',
'nextWeek' => static fn (CarbonInterface $date) => match ($date->dayOfWeek) {
0 => '[W niedziel o] LT',
2 => '[We wtorek o] LT',
3 => '[W rod o] LT',
6 => '[W sobot o] LT',
default => '[W] dddd [o] LT',
},
'lastDay' => '[Wczoraj o] LT',
'lastWeek' => static fn (CarbonInterface $date) => match ($date->dayOfWeek) {
0 => '[W zesz niedziel o] LT',
3 => '[W zesz rod o] LT',
6 => '[W zesz sobot o] LT',
default => '[W zeszy] dddd [o] LT',
},
'sameElse' => 'L',
],
'ordinal' => ':number.',
'months' => ['stycznia', 'lutego', 'marca', 'kwietnia', 'maja', 'czerwca', 'lipca', 'sierpnia', 'wrzenia', 'padziernika', 'listopada', 'grudnia'],
'months_standalone' => ['stycze', 'luty', 'marzec', 'kwiecie', 'maj', 'czerwiec', 'lipiec', 'sierpie', 'wrzesie', 'padziernik', 'listopad', 'grudzie'],
'months_short' => ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'pa', 'lis', 'gru'],
'months_regexp' => '/(DD?o?\.?(\[[^\[\]]*\]|\s)+MMMM?|L{2,4}|l{2,4})/',
'weekdays' => ['niedziela', 'poniedziaek', 'wtorek', 'roda', 'czwartek', 'pitek', 'sobota'],
'weekdays_short' => ['ndz', 'pon', 'wt', 'r', 'czw', 'pt', 'sob'],
'weekdays_min' => ['Nd', 'Pn', 'Wt', 'r', 'Cz', 'Pt', 'So'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' i '],
'meridiem' => ['przed poudniem', 'po poudniu'],
];
?>
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:
* - Wacaw Jacek
* - Franois B
* - Tim Fish
* - Serhan Apaydn
* - Massimiliano Caniparoli
* - JD Isaacks
* - Jakub Szwacz
* - Jan
* - Paul
* - damlys
* - Marek (marast78)
* - Peter (UnrulyNatives)
* - Qrzysio
* - Jan (aso824)
* - diverpl
*/
use Carbon\CarbonInterface;
return [
'year' => ':count rok|:count lata|:count lat',
'a_year' => 'rok|:count lata|:count lat',
'y' => ':count r|:count l|:count l',
'month' => ':count miesic|:count miesice|:count miesicy',
'a_month' => 'miesic|:count miesice|:count miesicy',
'm' => ':count mies.',
'week' => ':count tydzie|:count tygodnie|:count tygodni',
'a_week' => 'tydzie|:count tygodnie|:count tygodni',
'w' => ':count tyg.',
'day' => ':count dzie|:count dni|:count dni',
'a_day' => 'dzie|:count dni|:count dni',
'd' => ':count d',
'hour' => ':count godzina|:count godziny|:count godzin',
'a_hour' => 'godzina|:count godziny|:count godzin',
'h' => ':count godz.',
'minute' => ':count minuta|:count minuty|:count minut',
'a_minute' => 'minuta|:count minuty|:count minut',
'min' => ':count min',
'second' => ':count sekunda|:count sekundy|:count sekund',
'a_second' => '{1}kilka sekund|:count sekunda|:count sekundy|:count sekund',
's' => ':count sek.',
'ago' => ':time temu',
'from_now' => static function ($time) {
return 'za '.strtr($time, [
'godzina' => 'godzin',
'minuta' => 'minut',
'sekunda' => 'sekund',
]);
},
'after' => ':time po',
'before' => ':time przed',
'diff_now' => 'teraz',
'diff_today' => 'Dzi',
'diff_today_regexp' => 'Dzi(?:\\s+o)?',
'diff_yesterday' => 'wczoraj',
'diff_yesterday_regexp' => 'Wczoraj(?:\\s+o)?',
'diff_tomorrow' => 'jutro',
'diff_tomorrow_regexp' => 'Jutro(?:\\s+o)?',
'diff_before_yesterday' => 'przedwczoraj',
'diff_after_tomorrow' => 'pojutrze',
'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' => '[Dzi o] LT',
'nextDay' => '[Jutro o] LT',
'nextWeek' => static fn (CarbonInterface $date) => match ($date->dayOfWeek) {
0 => '[W niedziel o] LT',
2 => '[We wtorek o] LT',
3 => '[W rod o] LT',
6 => '[W sobot o] LT',
default => '[W] dddd [o] LT',
},
'lastDay' => '[Wczoraj o] LT',
'lastWeek' => static fn (CarbonInterface $date) => match ($date->dayOfWeek) {
0 => '[W zesz niedziel o] LT',
3 => '[W zesz rod o] LT',
6 => '[W zesz sobot o] LT',
default => '[W zeszy] dddd [o] LT',
},
'sameElse' => 'L',
],
'ordinal' => ':number.',
'months' => ['stycznia', 'lutego', 'marca', 'kwietnia', 'maja', 'czerwca', 'lipca', 'sierpnia', 'wrzenia', 'padziernika', 'listopada', 'grudnia'],
'months_standalone' => ['stycze', 'luty', 'marzec', 'kwiecie', 'maj', 'czerwiec', 'lipiec', 'sierpie', 'wrzesie', 'padziernik', 'listopad', 'grudzie'],
'months_short' => ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'pa', 'lis', 'gru'],
'months_regexp' => '/(DD?o?\.?(\[[^\[\]]*\]|\s)+MMMM?|L{2,4}|l{2,4})/',
'weekdays' => ['niedziela', 'poniedziaek', 'wtorek', 'roda', 'czwartek', 'pitek', 'sobota'],
'weekdays_short' => ['ndz', 'pon', 'wt', 'r', 'czw', 'pt', 'sob'],
'weekdays_min' => ['Nd', 'Pn', 'Wt', 'r', 'Cz', 'Pt', 'So'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 4,
'list' => [', ', ' i '],
'meridiem' => ['przed poudniem', 'po poudniu'],
];
Function Calls
None |
Stats
MD5 | 42874a775118f3606892d62bc9dfc3dd |
Eval Count | 0 |
Decode Time | 131 ms |