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:
* - Ubuntu Ren Manass GALEKWA [email protected]
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'D/M/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY HH:mm',
'LLLL' => 'dddd D MMMM YYYY HH:mm',
],
'months' => ['snz ya yambo', 'snz ya mbal', 'snz ya msto', 'snz ya mnei', 'snz ya mtno', 'snz ya motb', 'snz ya nsambo', 'snz ya mwambe', 'snz ya libwa', 'snz ya zmi', 'snz ya zmi na mk', 'snz ya zmi na mbal'],
'months_short' => ['yan', 'fbl', 'msi', 'apl', 'mai', 'yun', 'yul', 'agt', 'stb', 'tb', 'nvb', 'dsb'],
'weekdays' => ['Lomngo', 'Mosl mk', 'Misl mbal', 'Misl msto', 'Misl mnei', 'Misl mtno', 'Mps'],
'weekdays_short' => ['m1.', 'm2.', 'm3.', 'm4.', 'm5.', 'm6.', 'm7.'],
'weekdays_min' => ['m1.', 'm2.', 'm3.', 'm4.', 'm5.', 'm6.', 'm7.'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'year' => 'mbula :count',
'y' => 'mbula :count',
'a_year' => 'mbula :count',
'month' => 'snz :count',
'm' => 'snz :count',
'a_month' => 'snz :count',
'week' => 'mps :count',
'w' => 'mps :count',
'a_week' => 'mps :count',
'day' => 'mokl :count',
'd' => 'mokl :count',
'a_day' => 'mokl :count',
'hour' => 'ngonga :count',
'h' => 'ngonga :count',
'a_hour' => 'ngonga :count',
'minute' => 'miniti :count',
'min' => 'miniti :count',
'a_minute' => 'miniti :count',
'second' => 'segnde :count',
's' => 'segnde :count',
'a_second' => 'segnde :count',
]);
?>
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:
* - Ubuntu Ren Manass GALEKWA [email protected]
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'D/M/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY HH:mm',
'LLLL' => 'dddd D MMMM YYYY HH:mm',
],
'months' => ['snz ya yambo', 'snz ya mbal', 'snz ya msto', 'snz ya mnei', 'snz ya mtno', 'snz ya motb', 'snz ya nsambo', 'snz ya mwambe', 'snz ya libwa', 'snz ya zmi', 'snz ya zmi na mk', 'snz ya zmi na mbal'],
'months_short' => ['yan', 'fbl', 'msi', 'apl', 'mai', 'yun', 'yul', 'agt', 'stb', 'tb', 'nvb', 'dsb'],
'weekdays' => ['Lomngo', 'Mosl mk', 'Misl mbal', 'Misl msto', 'Misl mnei', 'Misl mtno', 'Mps'],
'weekdays_short' => ['m1.', 'm2.', 'm3.', 'm4.', 'm5.', 'm6.', 'm7.'],
'weekdays_min' => ['m1.', 'm2.', 'm3.', 'm4.', 'm5.', 'm6.', 'm7.'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'year' => 'mbula :count',
'y' => 'mbula :count',
'a_year' => 'mbula :count',
'month' => 'snz :count',
'm' => 'snz :count',
'a_month' => 'snz :count',
'week' => 'mps :count',
'w' => 'mps :count',
'a_week' => 'mps :count',
'day' => 'mokl :count',
'd' => 'mokl :count',
'a_day' => 'mokl :count',
'hour' => 'ngonga :count',
'h' => 'ngonga :count',
'a_hour' => 'ngonga :count',
'minute' => 'miniti :count',
'min' => 'miniti :count',
'a_minute' => 'miniti :count',
'second' => 'segnde :count',
's' => 'segnde :count',
'a_second' => 'segnde :count',
]);
Function Calls
None |
Stats
MD5 | b2b51d9f769c388ce5c80f3b6ed2e49d |
Eval Count | 0 |
Decode Time | 129 ms |