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', [
'first_day_of_week' => 0,
'meridiem' => ['Kiroko', 'Hwa-in'],
'weekdays' => ['Kiumia', 'Njumatat', 'Njumaine', 'Njumatana', 'Aramithi', 'Njumaa', 'Njumamothi'],
'weekdays_short' => ['KMA', 'NTT', 'NMN', 'NMT', 'ART', 'NMA', 'NMM'],
'weekdays_min' => ['KMA', 'NTT', 'NMN', 'NMT', 'ART', 'NMA', 'NMM'],
'months' => ['Njenuar', 'Mwere wa ker', 'Mwere wa gatat', 'Mwere wa kana', 'Mwere wa gatano', 'Mwere wa gatandat', 'Mwere wa mgwanja', 'Mwere wa kanana', 'Mwere wa kenda', 'Mwere wa ikmi', 'Mwere wa ikmi na mwe', 'Ndithemba'],
'months_short' => ['JEN', 'WKR', 'WGT', 'WKN', 'WTN', 'WTD', 'WMJ', 'WNN', 'WKD', 'WIK', 'WMW', 'DIT'],
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD/MM/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY HH:mm',
'LLLL' => 'dddd, D MMMM YYYY HH:mm',
],
'year' => ':count maka', // less reliable
'y' => ':count maka', // less reliable
'a_year' => ':count maka', // less reliable
'month' => ':count mweri', // less reliable
'm' => ':count mweri', // less reliable
'a_month' => ':count mweri', // less reliable
'week' => ':count kiumia', // less reliable
'w' => ':count kiumia', // less reliable
'a_week' => ':count kiumia', // less reliable
'day' => ':count mthenya', // less reliable
'd' => ':count mthenya', // less reliable
'a_day' => ':count mthenya', // less reliable
'hour' => ':count thaa', // less reliable
'h' => ':count thaa', // less reliable
'a_hour' => ':count thaa', // less reliable
'minute' => ':count mundu', // less reliable
'min' => ':count mundu', // less reliable
'a_minute' => ':count mundu', // less reliable
'second' => ':count igego', // less reliable
's' => ':count igego', // less reliable
'a_second' => ':count igego', // 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', [
'first_day_of_week' => 0,
'meridiem' => ['Kiroko', 'Hwa-in'],
'weekdays' => ['Kiumia', 'Njumatat', 'Njumaine', 'Njumatana', 'Aramithi', 'Njumaa', 'Njumamothi'],
'weekdays_short' => ['KMA', 'NTT', 'NMN', 'NMT', 'ART', 'NMA', 'NMM'],
'weekdays_min' => ['KMA', 'NTT', 'NMN', 'NMT', 'ART', 'NMA', 'NMM'],
'months' => ['Njenuar', 'Mwere wa ker', 'Mwere wa gatat', 'Mwere wa kana', 'Mwere wa gatano', 'Mwere wa gatandat', 'Mwere wa mgwanja', 'Mwere wa kanana', 'Mwere wa kenda', 'Mwere wa ikmi', 'Mwere wa ikmi na mwe', 'Ndithemba'],
'months_short' => ['JEN', 'WKR', 'WGT', 'WKN', 'WTN', 'WTD', 'WMJ', 'WNN', 'WKD', 'WIK', 'WMW', 'DIT'],
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD/MM/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY HH:mm',
'LLLL' => 'dddd, D MMMM YYYY HH:mm',
],
'year' => ':count maka', // less reliable
'y' => ':count maka', // less reliable
'a_year' => ':count maka', // less reliable
'month' => ':count mweri', // less reliable
'm' => ':count mweri', // less reliable
'a_month' => ':count mweri', // less reliable
'week' => ':count kiumia', // less reliable
'w' => ':count kiumia', // less reliable
'a_week' => ':count kiumia', // less reliable
'day' => ':count mthenya', // less reliable
'd' => ':count mthenya', // less reliable
'a_day' => ':count mthenya', // less reliable
'hour' => ':count thaa', // less reliable
'h' => ':count thaa', // less reliable
'a_hour' => ':count thaa', // less reliable
'minute' => ':count mundu', // less reliable
'min' => ':count mundu', // less reliable
'a_minute' => ':count mundu', // less reliable
'second' => ':count igego', // less reliable
's' => ':count igego', // less reliable
'a_second' => ':count igego', // less reliable
]);
Function Calls
None |
Stats
MD5 | 7216916f40a67657f5b6f0ecec1180df |
Eval Count | 0 |
Decode Time | 104 ms |