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', [
'meridiem' => ['RW', 'T'],
'weekdays' => ['C kuth', 'Jiec lat', 'Rw ltni', 'Dik ltni', 'uaan ltni', 'Dhieec ltni', 'Bkl ltni'],
'weekdays_short' => ['C', 'Jiec', 'Rw', 'Dik', 'uaan', 'Dhieec', 'Bkl'],
'weekdays_min' => ['C', 'Jiec', 'Rw', 'Dik', 'uaan', 'Dhieec', 'Bkl'],
'months' => ['Tiop thar pt', 'Pt', 'Du', 'Guak', 'Dut', 'Kornyoot', 'Pay yietni', 'Thoor', 'Tr', 'Laath', 'Kur', 'Tiop in diit'],
'months_short' => ['Tiop', 'Pt', 'Du', 'Guak', 'Du', 'Kor', 'Pay', 'Thoo', 'T', 'Laa', 'Kur', 'Tid'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'h:mm a',
'LTS' => 'h:mm:ss a',
'L' => 'D/MM/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY h:mm a',
'LLLL' => 'dddd D MMMM YYYY h:mm a',
],
'year' => ':count jik', // less reliable
'y' => ':count jik', // less reliable
'a_year' => ':count jik', // less reliable
'month' => ':count pay', // less reliable
'm' => ':count pay', // less reliable
'a_month' => ':count pay', // 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', [
'meridiem' => ['RW', 'T'],
'weekdays' => ['C kuth', 'Jiec lat', 'Rw ltni', 'Dik ltni', 'uaan ltni', 'Dhieec ltni', 'Bkl ltni'],
'weekdays_short' => ['C', 'Jiec', 'Rw', 'Dik', 'uaan', 'Dhieec', 'Bkl'],
'weekdays_min' => ['C', 'Jiec', 'Rw', 'Dik', 'uaan', 'Dhieec', 'Bkl'],
'months' => ['Tiop thar pt', 'Pt', 'Du', 'Guak', 'Dut', 'Kornyoot', 'Pay yietni', 'Thoor', 'Tr', 'Laath', 'Kur', 'Tiop in diit'],
'months_short' => ['Tiop', 'Pt', 'Du', 'Guak', 'Du', 'Kor', 'Pay', 'Thoo', 'T', 'Laa', 'Kur', 'Tid'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'h:mm a',
'LTS' => 'h:mm:ss a',
'L' => 'D/MM/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY h:mm a',
'LLLL' => 'dddd D MMMM YYYY h:mm a',
],
'year' => ':count jik', // less reliable
'y' => ':count jik', // less reliable
'a_year' => ':count jik', // less reliable
'month' => ':count pay', // less reliable
'm' => ':count pay', // less reliable
'a_month' => ':count pay', // less reliable
]);
Function Calls
None |
Stats
MD5 | 075faa4a22200a94472daea6b74f9856 |
Eval Count | 0 |
Decode Time | 117 ms |