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', [
'weekdays' => ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'],
'weekdays_short' => ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'],
'weekdays_min' => ['1', '2', '3', '4', '5', '6', '7'],
'months' => ['img mbegtug', 'imeg bb', 'imeg mbchubi', 'img ngwt', 'img fog', 'img ichiibd', 'img dmb', 'img ichika', 'img kud', 'img tsie', 'img z', 'img krizmed'],
'months_short' => ['mbegtug', 'imeg bb', 'imeg mbchubi', 'img ngwt', 'img fog', 'img ichiibd', 'img dmb', 'img ichika', 'img kud', 'img tsie', 'img z', 'img krizmed'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'YYYY-MM-dd',
'LL' => 'YYYY MMM D',
'LLL' => 'YYYY MMMM D HH:mm',
'LLLL' => 'dddd, YYYY MMMM DD HH:mm',
],
]);
?>
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', [
'weekdays' => ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'],
'weekdays_short' => ['Aneg 1', 'Aneg 2', 'Aneg 3', 'Aneg 4', 'Aneg 5', 'Aneg 6', 'Aneg 7'],
'weekdays_min' => ['1', '2', '3', '4', '5', '6', '7'],
'months' => ['img mbegtug', 'imeg bb', 'imeg mbchubi', 'img ngwt', 'img fog', 'img ichiibd', 'img dmb', 'img ichika', 'img kud', 'img tsie', 'img z', 'img krizmed'],
'months_short' => ['mbegtug', 'imeg bb', 'imeg mbchubi', 'img ngwt', 'img fog', 'img ichiibd', 'img dmb', 'img ichika', 'img kud', 'img tsie', 'img z', 'img krizmed'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'YYYY-MM-dd',
'LL' => 'YYYY MMM D',
'LLL' => 'YYYY MMMM D HH:mm',
'LLLL' => 'dddd, YYYY MMMM DD HH:mm',
],
]);
Function Calls
None |
Stats
MD5 | 36555d470fb4a33f302669aeb8fc0548 |
Eval Count | 0 |
Decode Time | 87 ms |