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:
* - Mashrab Kuvatov Mashrab Kuvatov, Pablo Saratxaga [email protected], [email protected]
*/
return array_replace_recursive(require __DIR__.'/uz.php', [
'formats' => [
'L' => 'DD/MM/YY',
],
'months' => ['', '', '', '', '', '', '', '', '', '', '', ''],
'months_short' => ['', '', '', '', '', '', '', '', '', '', '', ''],
'weekdays' => ['', '', '', '', '', '', ''],
'weekdays_short' => ['', '', '', '', '', '', ''],
'weekdays_min' => ['', '', '', '', '', '', ''],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
]);
?>
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:
* - Mashrab Kuvatov Mashrab Kuvatov, Pablo Saratxaga [email protected], [email protected]
*/
return array_replace_recursive(require __DIR__.'/uz.php', [
'formats' => [
'L' => 'DD/MM/YY',
],
'months' => ['', '', '', '', '', '', '', '', '', '', '', ''],
'months_short' => ['', '', '', '', '', '', '', '', '', '', '', ''],
'weekdays' => ['', '', '', '', '', '', ''],
'weekdays_short' => ['', '', '', '', '', '', ''],
'weekdays_min' => ['', '', '', '', '', '', ''],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
]);
Function Calls
None |
Stats
MD5 | ad1141458d60c77fe847d7e360d4613c |
Eval Count | 0 |
Decode Time | 101 ms |