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:
* - Reshat Sabiq [email protected]
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'DD.MM.YYYY',
],
'months' => ['nwar', 'Fiwral\'', 'Mart', 'April', 'May', 'Yn', 'Yl', 'Awgust', 'Sintebr', 'ktebr', 'Noyebr', 'Dikebr'],
'months_short' => ['n', 'Fiw', 'Mar', 'Apr', 'May', 'Yn', 'Yl', 'Awg', 'Sin', 'kt', 'Noy', 'Dik'],
'weekdays' => ['Yekemb', 'Demb', 'Siemb', 'eremb', 'Pencemb', 'Coma', 'imbe'],
'weekdays_short' => ['Yek', 'D', 'Si', 'er', 'Pen', 'Com', 'im'],
'weekdays_min' => ['Yek', 'D', 'Si', 'er', 'Pen', 'Com', 'im'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'meridiem' => ['A', 'S'],
]);
?>
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:
* - Reshat Sabiq [email protected]
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'DD.MM.YYYY',
],
'months' => ['nwar', 'Fiwral\'', 'Mart', 'April', 'May', 'Yn', 'Yl', 'Awgust', 'Sintebr', 'ktebr', 'Noyebr', 'Dikebr'],
'months_short' => ['n', 'Fiw', 'Mar', 'Apr', 'May', 'Yn', 'Yl', 'Awg', 'Sin', 'kt', 'Noy', 'Dik'],
'weekdays' => ['Yekemb', 'Demb', 'Siemb', 'eremb', 'Pencemb', 'Coma', 'imbe'],
'weekdays_short' => ['Yek', 'D', 'Si', 'er', 'Pen', 'Com', 'im'],
'weekdays_min' => ['Yek', 'D', 'Si', 'er', 'Pen', 'Com', 'im'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'meridiem' => ['A', 'S'],
]);
Function Calls
None |
Stats
MD5 | f51f170e8a8ddffdeac1b2e0416f7469 |
Eval Count | 0 |
Decode Time | 165 ms |