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' => ['mbamba', 'ncwnzm'],
'weekdays' => null,
'weekdays_short' => ['ly st', 'mvf ly', 'mbnt mvf ly', 'tsts ly', 'mbnt tsets ly', 'mvf mga ly', 'mga ly'],
'weekdays_min' => null,
'months' => null,
'months_short' => ['sa tsets lm', 'sa kg ngw', 'sa lepy shm', 'sa c', 'sa ts c', 'sa njol', 'sa tyb tyb mb', 'sa mb', 'sa ngw mb', 'sa ta tsets', 'sa mejwo', 'sa lm'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD/MM/yy',
'LL' => 'D MMM, YYYY',
'LLL' => '[ly] d [na] MMMM, YYYY HH:mm',
'LLLL' => 'dddd , [ly] d [na] MMMM, YYYY 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', [
'meridiem' => ['mbamba', 'ncwnzm'],
'weekdays' => null,
'weekdays_short' => ['ly st', 'mvf ly', 'mbnt mvf ly', 'tsts ly', 'mbnt tsets ly', 'mvf mga ly', 'mga ly'],
'weekdays_min' => null,
'months' => null,
'months_short' => ['sa tsets lm', 'sa kg ngw', 'sa lepy shm', 'sa c', 'sa ts c', 'sa njol', 'sa tyb tyb mb', 'sa mb', 'sa ngw mb', 'sa ta tsets', 'sa mejwo', 'sa lm'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'DD/MM/yy',
'LL' => 'D MMM, YYYY',
'LLL' => '[ly] d [na] MMMM, YYYY HH:mm',
'LLLL' => 'dddd , [ly] d [na] MMMM, YYYY HH:mm',
],
]);
Function Calls
None |
Stats
MD5 | 5ed576491816a6ef2c8945b6b0be43ff |
Eval Count | 0 |
Decode Time | 89 ms |